]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
bump version to 6.11.3
authorAndrew Kryczka <andrewkr@fb.com>
Thu, 9 Jul 2020 22:51:37 +0000 (15:51 -0700)
committerAndrew Kryczka <andrewkr@fb.com>
Thu, 9 Jul 2020 22:51:37 +0000 (15:51 -0700)
include/rocksdb/version.h

index 0cb0216342632c55c0433232444859176be5b5e6..1143ef6969249516aa5127e9a5b7d0d6515e7838 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 11
-#define ROCKSDB_PATCH 2
+#define ROCKSDB_PATCH 3
 
 // 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