From 88f562af71524e6590cac66bc442886e087598f4 Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Mon, 30 Nov 2015 18:29:53 -0800 Subject: [PATCH] wdt version bump Summary: wdt version bump auto commit Reviewed By: ldemailly fb-gh-sync-id: ca6dd651fa553112415afd3d1c6d32794fa9d6c8 --- CMakeLists.txt | 2 +- WdtConfig.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d80c4fae..c549c1aa 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 # Minor currently is also the protocol version - has to match with Protocol.cpp -project("WDT" LANGUAGES C CXX VERSION 1.23.1511252) +project("WDT" LANGUAGES C CXX VERSION 1.23.1511300) # On MacOS this requires the latest (master) CMake (and/or CMake 3.1.1/3.2) set(CMAKE_CXX_STANDARD 11) diff --git a/WdtConfig.h b/WdtConfig.h index f0a39d6c..d431cd79 100644 --- a/WdtConfig.h +++ b/WdtConfig.h @@ -11,9 +11,9 @@ #define WDT_VERSION_MAJOR 1 #define WDT_VERSION_MINOR 23 -#define WDT_VERSION_BUILD 1511252 +#define WDT_VERSION_BUILD 1511300 // Add -fbcode to version str -#define WDT_VERSION_STR "1.23.1511252-fbcode" +#define WDT_VERSION_STR "1.23.1511300-fbcode" // Tie minor and proto version #define WDT_PROTOCOL_VERSION WDT_VERSION_MINOR