From: anand76 Date: Wed, 21 Dec 2022 17:51:53 +0000 (-0800) Subject: Bump version to 7.9.2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=23bec22a81ab10c184e704edbbeeb4790ce16fc9;p=rocksdb.git Bump version to 7.9.2 --- diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index ceac3bf9..c54f3a2c 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -13,7 +13,7 @@ // minor or major version number planned for release. #define ROCKSDB_MAJOR 7 #define ROCKSDB_MINOR 9 -#define ROCKSDB_PATCH 1 +#define ROCKSDB_PATCH 2 // 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