]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 5.5.3 rocksdb-5.5.3 v5.5.3
authorYi Wu <yiwu@fb.com>
Mon, 17 Jul 2017 21:31:15 +0000 (14:31 -0700)
committerYi Wu <yiwu@fb.com>
Mon, 17 Jul 2017 21:31:15 +0000 (14:31 -0700)
HISTORY.md
include/rocksdb/version.h

index 3efbbcfff1f9c92c68efadda60b3ba26826ffa11..f1009d8190d5da05ea04f9ef328ccd377503f7e1 100644 (file)
@@ -1,4 +1,8 @@
 # Rocksdb Change Log
+## 5.5.3 (07/17/2017)
+### Bug Fixes
+* Fix LITE build error.
+
 ## 5.5.2 (07/13/2017)
 No change from 5.5.1.
 
index b7b2da2955cc58c51b03b5a9bd2ca7646c3dbabf..a81fa622b0b6481422040bb54cb3d45523438a21 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 5
-#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