bump patch version

This commit is contained in:
Andrew Kryczka 2017-04-05 14:13:25 -07:00
parent 4f0ef721d7
commit 5e0bddf837

View File

@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 5
#define ROCKSDB_MINOR 3
#define ROCKSDB_PATCH 0
#define ROCKSDB_PATCH 1
// 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