From 491615ccaa70f0effa815cab57bc8e56d71f02a9 Mon Sep 17 00:00:00 2001 From: Andrew Kryczka Date: Sun, 27 Nov 2022 23:14:56 -0800 Subject: [PATCH] update version.h for 7.8.2 --- 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 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 -- 2.47.3