increment patch version for 5.7.1

This commit is contained in:
Andrew Kryczka 2017-08-11 19:09:12 -07:00
parent e96d06c816
commit d59fdc3946

View File

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