Bump version to 5.8.5

This commit is contained in:
Yi Wu 2017-11-14 10:38:22 -08:00
parent e8c9350f26
commit cf2b982375

View File

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