]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump up version to 6.3.6 v6.3.6
authorsdong <siying.d@fb.com>
Wed, 2 Oct 2019 00:04:43 +0000 (17:04 -0700)
committersdong <siying.d@fb.com>
Wed, 2 Oct 2019 00:04:43 +0000 (17:04 -0700)
HISTORY.md
include/rocksdb/version.h

index cf0fd17293387279e476b878bad14562341ed566..9e86f0bc3737c4867671d9f0948cda9f3b826791 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 6.3.6 (10/1/2019)
 * Revert the feature "Merging iterator to avoid child iterator reseek for some cases (#5286)" since it might cause strong results when reseek happens with a different iterator upper bound.
 
 ## 6.3.5 (9/17/2019)
index 44845b3b06832e6b53a9cf8c4dbdbff1fd00f446..aa0315d177b46af20a04bf49fa7cb8ec2799e4d9 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 3
-#define ROCKSDB_PATCH 5
+#define ROCKSDB_PATCH 6
 
 // 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