From b9a97181aa1d57b21f3f0789047a2a29c44a0714 Mon Sep 17 00:00:00 2001 From: krad Date: Thu, 21 Jul 2016 11:05:27 -0700 Subject: [PATCH] Bump next release version Summary: Bump master version to the next potential release version of 4.11 Test Plan: Compile Reviewers: sdong Subscribers: andrewkr, dhruba Differential Revision: https://reviews.facebook.net/D60993 --- 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 9ff6facda..2c024aee0 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -5,7 +5,7 @@ #pragma once #define ROCKSDB_MAJOR 4 -#define ROCKSDB_MINOR 9 +#define ROCKSDB_MINOR 11 #define ROCKSDB_PATCH 0 // Do not use these. We made the mistake of declaring macros starting with