bump patch version number

This commit is contained in:
Andrew Kryczka 2017-01-31 16:52:01 -08:00
parent acf6d6bcab
commit a7a2005873

View File

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