Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Summary:
Version bump

Test Plan:
na
  • Loading branch information
ldemailly committed Sep 11, 2015
1 parent eb0ea4b commit 7ecdca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 3.2)
# There is no C per se in WDT but if you use CXX only here many checks fail
# Version is Major.Minor.YYMMDDX for up to 10 releases per day
# Minor currently is also the protocol version - has to match with Protocol.cpp
project("WDT" LANGUAGES C CXX VERSION 1.16.1509090)
project("WDT" LANGUAGES C CXX VERSION 1.17.1509100)

# On MacOS this requires the latest (master) CMake (and/or CMake 3.1.1/3.2)
set(CMAKE_CXX_STANDARD 11)
Expand Down
6 changes: 3 additions & 3 deletions WdtConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
#include <fcntl.h>

#define WDT_VERSION_MAJOR 1
#define WDT_VERSION_MINOR 16
#define WDT_VERSION_BUILD 1509090
#define WDT_VERSION_MINOR 17
#define WDT_VERSION_BUILD 1509100
// Add -fbcode to version str
#define WDT_VERSION_STR "1.16.1509090-fbcode"
#define WDT_VERSION_STR "1.17.1509100-fbcode"
// Tie minor and proto version
#define WDT_PROTOCOL_VERSION WDT_VERSION_MINOR

Expand Down

0 comments on commit 7ecdca5

Please sign in to comment.