File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 3.2)
22
22
# There is no C per se in WDT but if you use CXX only here many checks fail
23
23
# Version is Major.Minor.YYMMDDX for up to 10 releases per day
24
24
# Minor currently is also the protocol version - has to match with Protocol.cpp
25
- project ("WDT" LANGUAGES C CXX VERSION 1.25.1602030 )
25
+ project ("WDT" LANGUAGES C CXX VERSION 1.25.1602050 )
26
26
27
27
# On MacOS this requires the latest (master) CMake (and/or CMake 3.1.1/3.2)
28
28
set (CMAKE_CXX_STANDARD 11)
Original file line number Diff line number Diff line change 11
11
12
12
#define WDT_VERSION_MAJOR 1
13
13
#define WDT_VERSION_MINOR 25
14
- #define WDT_VERSION_BUILD 1602030
14
+ #define WDT_VERSION_BUILD 1602050
15
15
// Add -fbcode to version str
16
- #define WDT_VERSION_STR "1.25.1602030 -fbcode"
16
+ #define WDT_VERSION_STR "1.25.1602050 -fbcode"
17
17
// Tie minor and proto version
18
18
#define WDT_PROTOCOL_VERSION WDT_VERSION_MINOR
19
19
You can’t perform that action at this time.
0 commit comments