bump patch version number

This commit is contained in:
Alex Yang 2017-02-02 16:40:34 -08:00
parent d4b0ac2760
commit c2ca7a9f99

View File

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