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

index 27fcac0c657f57016062ae1a606537c65cfc7f84..57f8e7dff7201156f2d50cdd496f5548c858cd09 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 3
-#define ROCKSDB_PATCH 3
+#define ROCKSDB_PATCH 4
 
 // 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