From: Andrew Kryczka Date: Mon, 28 Nov 2022 07:14:56 +0000 (-0800) Subject: update version.h for 7.8.2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=491615ccaa70f0effa815cab57bc8e56d71f02a9;p=rocksdb.git update version.h for 7.8.2 --- diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 4a8a3f21..165a5f51 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 8 -#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