From 7c39f68c2f27f170365cc725588317b8bc235871 Mon Sep 17 00:00:00 2001 From: "svcscm@fb.com" Date: Tue, 9 Feb 2016 15:05:35 -0800 Subject: [PATCH] wdt version bump Summary: wdt version bump auto commit Reviewed By: svcscm fb-gh-sync-id: aebca6bf00f83d4e722473532bbf9f3220b4a192 shipit-source-id: aebca6bf00f83d4e722473532bbf9f3220b4a192 --- CMakeLists.txt | 2 +- WdtConfig.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fc2d3979..17e8f73e 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.26.1602070) +project("WDT" LANGUAGES C CXX VERSION 1.26.1602090) # 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 db790d43..517fa3da 100644 --- a/WdtConfig.h +++ b/WdtConfig.h @@ -11,9 +11,9 @@ #define WDT_VERSION_MAJOR 1 #define WDT_VERSION_MINOR 26 -#define WDT_VERSION_BUILD 1602070 +#define WDT_VERSION_BUILD 1602090 // Add -fbcode to version str -#define WDT_VERSION_STR "1.26.1602070-fbcode" +#define WDT_VERSION_STR "1.26.1602090-fbcode" // Tie minor and proto version #define WDT_PROTOCOL_VERSION WDT_VERSION_MINOR