summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Wu <yiwu@fb.com>2017-07-13 11:46:47 -0700
committerYi Wu <yiwu@fb.com>2017-07-13 11:46:47 -0700
commitb082e271208a58d51317a7e8db9c4a3548115171 (patch)
treebb4484e7802f7ea0e7086b72ed8deb508438d92c
parent72cf57d4b40e5c809839afc1c62dc13e533b8ec6 (diff)
Bump version to 5.5.2v5.5.2rocksdb-5.5.2
-rw-r--r--HISTORY.md6
-rw-r--r--include/rocksdb/version.h2
2 files changed, 5 insertions, 3 deletions
diff --git a/HISTORY.md b/HISTORY.md
index f58b60dfc..3efbbcfff 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -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)
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index fbd8e3335..b7b2da295 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -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