summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranand76 <anand76@devvm6332.prn0.facebook.com>2023-02-23 10:00:36 -0800
committeranand76 <anand76@devvm6332.prn0.facebook.com>2023-02-23 10:00:36 -0800
commit3258b5c3e2488464de0827343c8c27bc6499765e (patch)
treeabc545a9b3108842dd6718e0a96a7907840d4d63
parent3a04cd558ed07b0f0dd1c0d2cc7df71208df0787 (diff)
Update version.h to 7.10.2v7.10.2
-rw-r--r--include/rocksdb/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index cffc0fd5e..18f6e1119 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 10
-#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