From 1a99e16ccc66f4e169e0afc0dd05e6447137bf80 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 25 Oct 2022 21:01:54 +0000 Subject: [PATCH] updated version.h version --- include/rocksdb/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 86f8f3f721..4d9585e270 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -11,9 +11,9 @@ // NOTE: in 'main' development branch, this should be the *next* // minor or major version number planned for release. -#define ROCKSDB_MAJOR 7 +#define ROCKSDB_MAJOR 2 #define ROCKSDB_MINOR 2 -#define ROCKSDB_PATCH 2 +#define ROCKSDB_PATCH 99 // Do not use these. We made the mistake of declaring macros starting with // double underscore. Now we have to live with our choice. We'll deprecate these