Bump version to 5.4.3

This commit is contained in:
Aaron Gao 2017-05-10 14:18:54 -07:00
parent 22f277e034
commit b634fd7162

View File

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