Bump version to 6.0.3

This commit is contained in:
Sagar Vemuri 2019-04-30 19:50:18 -07:00
parent 763c91d4d7
commit 8fe6fd3c08

View File

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