File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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)
2222# There is no C per se in WDT but if you use CXX only here many checks fail
2323# Version is Major.Minor.YYMMDDX for up to 10 releases per day (X from 0 to 9)
2424# Minor currently is also the protocol version - has to match with Protocol.cpp
25- project ("WDT" LANGUAGES C CXX VERSION 1.27.1612020 )
25+ project ("WDT" LANGUAGES C CXX VERSION 1.27.1612021 )
2626
2727# On MacOS this requires the latest (master) CMake (and/or CMake 3.1.1/3.2)
2828# WDT itself works fine with C++11 (gcc 4.8 for instance) but more recent folly
Original file line number Diff line number Diff line change 1111
1212#define WDT_VERSION_MAJOR 1
1313#define WDT_VERSION_MINOR 27
14- #define WDT_VERSION_BUILD 1612020
14+ #define WDT_VERSION_BUILD 1612021
1515// Add -fbcode to version str
16- #define WDT_VERSION_STR "1.27.1612020 -fbcode"
16+ #define WDT_VERSION_STR "1.27.1612021 -fbcode"
1717// Tie minor and proto version
1818#define WDT_PROTOCOL_VERSION WDT_VERSION_MINOR
1919
You can’t perform that action at this time.
0 commit comments