Skip to content

Commit 4968cc7

Browse files
svcscm@fb.comldemailly
authored andcommitted
wdt version bump
Summary: wdt version bump auto commit Reviewed By: svcscm fb-gh-sync-id: 4006347d18b1e92baec15d586bca1a9c8e041a78 shipit-source-id: 4006347d18b1e92baec15d586bca1a9c8e041a78
1 parent 6c8dac6 commit 4968cc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff 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
2424
# 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)
2626

2727
# On MacOS this requires the latest (master) CMake (and/or CMake 3.1.1/3.2)
2828
set(CMAKE_CXX_STANDARD 11)

WdtConfig.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
#define WDT_VERSION_MAJOR 1
1313
#define WDT_VERSION_MINOR 25
14-
#define WDT_VERSION_BUILD 1602030
14+
#define WDT_VERSION_BUILD 1602050
1515
// Add -fbcode to version str
16-
#define WDT_VERSION_STR "1.25.1602030-fbcode"
16+
#define WDT_VERSION_STR "1.25.1602050-fbcode"
1717
// Tie minor and proto version
1818
#define WDT_PROTOCOL_VERSION WDT_VERSION_MINOR
1919

0 commit comments

Comments
 (0)