From 6fe814083e5e1583da4e3ee69c0ed16fdef200fc Mon Sep 17 00:00:00 2001 From: "svcscm@fb.com" Date: Fri, 2 Dec 2016 23:25:07 -0800 Subject: [PATCH] wdt/stargate version bump Summary: wdt/stargate version bump auto commit fbshipit-source-id: af265982b4f2a7e31539159a29bf3e4ea55a38a5 --- CMakeLists.txt | 2 +- WdtConfig.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b11882a0..158270ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/WdtConfig.h b/WdtConfig.h index bf785fb3..975149c1 100644 --- a/WdtConfig.h +++ b/WdtConfig.h @@ -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