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