From: Yi Wu Date: Mon, 17 Jul 2017 21:31:15 +0000 (-0700) Subject: Bump version to 5.5.3 X-Git-Tag: rocksdb-5.5.3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7f5f0e0c03d20f84653a991de324810d16a33822;p=rocksdb.git Bump version to 5.5.3 --- diff --git a/HISTORY.md b/HISTORY.md index 3efbbcff..f1009d81 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,8 @@ # Rocksdb Change Log +## 5.5.3 (07/17/2017) +### Bug Fixes +* Fix LITE build error. + ## 5.5.2 (07/13/2017) No change from 5.5.1. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index b7b2da29..a81fa622 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 2 +#define ROCKSDB_PATCH 3 // 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