Bump version to 5.17.3

This commit is contained in:
Yi Wu 2018-11-19 22:17:46 -08:00
parent f445eadba6
commit 91b2c6d1f4

View File

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