Update version to 4.10.1

This commit is contained in:
krad 2016-08-26 14:53:34 -07:00
parent 4f1f992b67
commit 1b3810391e

View File

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