Skip to content

Commit db65b53

Browse files
committed
Automated commit from build machine: update version number to 3.2.20160830.1
1 parent 4d30537 commit db65b53

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 = "20160830";
3030

3131
// Build attempt on BUILD_DATE
32-
constexpr const char* BUILD_NUMBER = "0";
32+
constexpr const char* BUILD_NUMBER = "1";
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.20160830.0)
4+
smith (3.2.20160830.1)
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 = '20160830'
128-
BUILD_NUMBER = '0'
128+
BUILD_NUMBER = '1'
129129
end

0 commit comments

Comments
 (0)