summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Wu <yiwu@fb.com>2017-05-30 14:31:07 -0700
committerYi Wu <yiwu@fb.com>2017-05-30 14:31:07 -0700
commit6e0597951e51e8dd3b28104d31e52962e00c101f (patch)
treedd1e81d8ea08106f7ab0e9e0f1210af13f7a4a01
parent8c1f5c254fdfcf36ffdc34c261e0cbba8d8861f2 (diff)
Bump version to 5.4.6 and update HISTORY.mdv5.4.6rocksdb-5.4.6
-rw-r--r--HISTORY.md4
-rw-r--r--include/rocksdb/version.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 8c0751d95..8e8c0eec2 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -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.
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index 8a8cf3247..0fbf4ba4f 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -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