]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 5.5.2 rocksdb-5.5.2 v5.5.2
authorYi Wu <yiwu@fb.com>
Thu, 13 Jul 2017 18:46:47 +0000 (11:46 -0700)
committerYi Wu <yiwu@fb.com>
Thu, 13 Jul 2017 18:46:47 +0000 (11:46 -0700)
HISTORY.md
include/rocksdb/version.h

index f58b60dfc582c0edfc8f42d5bae1f3f0ea84bab2..3efbbcfff1f9c92c68efadda60b3ba26826ffa11 100644 (file)
@@ -1,7 +1,9 @@
 # Rocksdb Change Log
-## Unreleased
+## 5.5.2 (07/13/2017)
+No change from 5.5.1.
 
-### Bu Fixes
+## 5.5.1 (06/27/2017)
+### Bug Fixes
 * Shouldn't ignore return value of fsync() in flush.
 
 ## 5.5.0 (05/17/2017)
index fbd8e333501b417c98d6403e79b79279bbf3045d..b7b2da2955cc58c51b03b5a9bd2ca7646c3dbabf 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 5
-#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