Skip to content

Commit 83a6f7f

Browse files
committed
Automated commit from build machine: update version number to 3.2.20160816.3
1 parent f1ad213 commit 83a6f7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

C++/include/Build.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
constexpr const char* BUILD_DATE = "20160816";
3030

3131
// Build attempt on BUILD_DATE
32-
constexpr const char* BUILD_NUMBER = "2";
32+
constexpr const char* BUILD_NUMBER = "3";
3333

3434
#endif // BUILD_H

ruby/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
smith (3.2.20160816.2)
4+
smith (3.2.20160816.3)
55
em-http-request (~> 1.1.2)
66
faye (~> 1.1.2)
77
ipaddress (~> 0.8.0)

ruby/lib/smith/definitions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,5 @@ module Smith
125125
PRINT_FILE_SETTING = 'PrintFile'
126126
JOB_ID_SETTING = 'JobID'
127127
BUILD_DATE = '20160816'
128-
BUILD_NUMBER = '2'
128+
BUILD_NUMBER = '3'
129129
end

0 commit comments

Comments
 (0)