Bump version to 5.7.3

This commit is contained in:
Andrew Kryczka 2017-08-29 23:08:32 -07:00
parent cf38a47a64
commit acef93ed65

View File

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