]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump patch version
authorYanqin Jin <yanqin@fb.com>
Tue, 3 Sep 2019 20:41:22 +0000 (13:41 -0700)
committerYanqin Jin <yanqin@fb.com>
Tue, 3 Sep 2019 20:41:22 +0000 (13:41 -0700)
include/rocksdb/version.h

index 6f850581cbdb544732a4ce35b5a21fb8dacd7a9e..2448734edd4d46e40b8243162d80515b7da6a648 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 2
-#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