]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version number to 6.23.2
authorLevi Tamasi <ltamasi@fb.com>
Wed, 4 Aug 2021 20:07:49 +0000 (13:07 -0700)
committerLevi Tamasi <ltamasi@fb.com>
Wed, 4 Aug 2021 20:07:49 +0000 (13:07 -0700)
include/rocksdb/version.h

index 9dfa7306731ff9a381cf591b8e3ed651496f83e2..c73de4a8735dceffc9665c33d812070b72d5c198 100644 (file)
@@ -11,7 +11,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 23
-#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