Bump patch version number.

This commit is contained in:
Yanqin Jin 2018-08-10 18:58:00 -07:00
parent 3b66d4b617
commit ee0cf2f473

View File

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