bump version to 5.11.3

This commit is contained in:
Zhongyi Xie 2018-03-12 11:51:06 -07:00
parent cda4242396
commit dbd8fa09b8

View File

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