]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 5.4.6 and update HISTORY.md rocksdb-5.4.6 v5.4.6
authorYi Wu <yiwu@fb.com>
Tue, 30 May 2017 21:31:07 +0000 (14:31 -0700)
committerYi Wu <yiwu@fb.com>
Tue, 30 May 2017 21:31:07 +0000 (14:31 -0700)
HISTORY.md
include/rocksdb/version.h

index 8c0751d95bb4c54e7897fdae11da52434d7a32e4..8e8c0eec2b81f34aad452e5e49995985eef1b1d4 100644 (file)
@@ -1,4 +1,8 @@
 # Rocksdb Change Log
+## 5.4.6 (05/30/2017)
+### Bug Fixes
+* Fix db_bench with lite build.
+
 ## 5.4.5 (05/19/2017)
 ### Bug Fixes
 * Facility for cross-building RocksJava using Docker.
index 8a8cf3247908f35314091dfdee77f00f5ba7e3cd..0fbf4ba4fb43a83cd9849dc2d292440146f7af3b 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 4
-#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