From b082e271208a58d51317a7e8db9c4a3548115171 Mon Sep 17 00:00:00 2001 From: Yi Wu Date: Thu, 13 Jul 2017 11:46:47 -0700 Subject: [PATCH] Bump version to 5.5.2 --- HISTORY.md | 6 ++++-- include/rocksdb/version.h | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index f58b60df..3efbbcff 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 fbd8e333..b7b2da29 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 -- 2.47.3