Skip to content

Commit 7ecdca5

Browse files
committed
Version bump
Summary: Version bump Test Plan: na
1 parent eb0ea4b commit 7ecdca5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.16.1509090)
25+
project("WDT" LANGUAGES C CXX VERSION 1.17.1509100)
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
#include <fcntl.h>
88

99
#define WDT_VERSION_MAJOR 1
10-
#define WDT_VERSION_MINOR 16
11-
#define WDT_VERSION_BUILD 1509090
10+
#define WDT_VERSION_MINOR 17
11+
#define WDT_VERSION_BUILD 1509100
1212
// Add -fbcode to version str
13-
#define WDT_VERSION_STR "1.16.1509090-fbcode"
13+
#define WDT_VERSION_STR "1.17.1509100-fbcode"
1414
// Tie minor and proto version
1515
#define WDT_PROTOCOL_VERSION WDT_VERSION_MINOR
1616

0 commit comments

Comments
 (0)