Skip to content

Commit

Permalink
wdt/stargate version bump
Browse files Browse the repository at this point in the history
Summary: wdt/stargate version bump auto commit

fbshipit-source-id: af265982b4f2a7e31539159a29bf3e4ea55a38a5
  • Loading branch information
svcscm@fb.com authored and Facebook Github Bot committed Dec 3, 2016
1 parent feae306 commit 6fe8140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 (X from 0 to 9)
# Minor currently is also the protocol version - has to match with Protocol.cpp
project("WDT" LANGUAGES C CXX VERSION 1.27.1612020)
project("WDT" LANGUAGES C CXX VERSION 1.27.1612021)

# On MacOS this requires the latest (master) CMake (and/or CMake 3.1.1/3.2)
# WDT itself works fine with C++11 (gcc 4.8 for instance) but more recent folly
Expand Down
4 changes: 2 additions & 2 deletions WdtConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

#define WDT_VERSION_MAJOR 1
#define WDT_VERSION_MINOR 27
#define WDT_VERSION_BUILD 1612020
#define WDT_VERSION_BUILD 1612021
// Add -fbcode to version str
#define WDT_VERSION_STR "1.27.1612020-fbcode"
#define WDT_VERSION_STR "1.27.1612021-fbcode"
// Tie minor and proto version
#define WDT_PROTOCOL_VERSION WDT_VERSION_MINOR

Expand Down

0 comments on commit 6fe8140

Please sign in to comment.