From cc118b0e6f8ac2fbcc947935a686a84ea6aadc25 Mon Sep 17 00:00:00 2001 From: Sagar Vemuri Date: Thu, 15 Mar 2018 10:29:05 -0700 Subject: [PATCH] Update version Summary: We missed updating version.h on master when cutting 5.11.fb and 5.12.fb branches. It should be the same as the version in the latest release branch (or should it be one more?). I noticed this when trying to run some upgrade/downgrade tests from 5.11 to some new code on master. Closes https://github.com/facebook/rocksdb/pull/3611 Differential Revision: D7282917 Pulled By: sagar0 fbshipit-source-id: 205ee75b77c5b6bbcea95a272760b427025a4aba --- include/rocksdb/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 20b82afbe..ad57fffde 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -5,7 +5,7 @@ #pragma once #define ROCKSDB_MAJOR 5 -#define ROCKSDB_MINOR 10 +#define ROCKSDB_MINOR 12 #define ROCKSDB_PATCH 0 // Do not use these. We made the mistake of declaring macros starting with