From: Yi Wu Date: Thu, 13 Jul 2017 18:46:47 +0000 (-0700) Subject: Bump version to 5.5.2 X-Git-Tag: rocksdb-5.5.2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b082e271208a58d51317a7e8db9c4a3548115171;p=rocksdb.git Bump version to 5.5.2 --- 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