From e43f21b770c212c4ea139fa4182a84be7757077f Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Tue, 19 Jan 2016 18:31:45 -0800 Subject: [PATCH] wdt version bump Summary: wdt version bump auto commit Reviewed By: ldemailly fb-gh-sync-id: aad5011d012862a3ee68711d827f6fae4575c583 --- CMakeLists.txt | 2 +- WdtConfig.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4689f595..5c555643 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.25.1601190) +project("WDT" LANGUAGES C CXX VERSION 1.25.1601191) # 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 7def92fa..255bbba5 100644 --- a/WdtConfig.h +++ b/WdtConfig.h @@ -11,9 +11,9 @@ #define WDT_VERSION_MAJOR 1 #define WDT_VERSION_MINOR 25 -#define WDT_VERSION_BUILD 1601190 +#define WDT_VERSION_BUILD 1601191 // Add -fbcode to version str -#define WDT_VERSION_STR "1.25.1601190-fbcode" +#define WDT_VERSION_STR "1.25.1601191-fbcode" // Tie minor and proto version #define WDT_PROTOCOL_VERSION WDT_VERSION_MINOR