We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d30537 commit db65b53Copy full SHA for db65b53
C++/include/Build.h
@@ -29,6 +29,6 @@
29
constexpr const char* BUILD_DATE = "20160830";
30
31
// Build attempt on BUILD_DATE
32
-constexpr const char* BUILD_NUMBER = "0";
+constexpr const char* BUILD_NUMBER = "1";
33
34
#endif // BUILD_H
ruby/Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- smith (3.2.20160830.0)
+ smith (3.2.20160830.1)
5
em-http-request (~> 1.1.2)
6
faye (~> 1.1.2)
7
ipaddress (~> 0.8.0)
ruby/lib/smith/definitions.rb
@@ -125,5 +125,5 @@ module Smith
125
PRINT_FILE_SETTING = 'PrintFile'
126
JOB_ID_SETTING = 'JobID'
127
BUILD_DATE = '20160830'
128
- BUILD_NUMBER = '0'
+ BUILD_NUMBER = '1'
129
end
0 commit comments