Bump version to 5.8.3

This commit is contained in:
Yi Wu 2017-11-07 22:59:14 -08:00
parent 13b2a9b6ff
commit b7367fe844
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# Rocksdb Change Log
## 5.8.3 (11/08/2017)
No major changes.
## 5.8.2 (11/03/2017)
No major changes.

View File

@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 5
#define ROCKSDB_MINOR 8
#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