]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
bump patch version to 6.11.2
authorAndrew Kryczka <andrewkr@fb.com>
Tue, 7 Jul 2020 16:34:16 +0000 (09:34 -0700)
committerAndrew Kryczka <andrewkr@fb.com>
Tue, 7 Jul 2020 16:34:16 +0000 (09:34 -0700)
include/rocksdb/version.h

index 93bc9495ac62f7eba1103afab2d08222f901c9cd..0cb0216342632c55c0433232444859176be5b5e6 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 11
-#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