Bump version to 4.0.1

This commit is contained in:
Islam AbdelRahman 2016-01-27 12:21:33 -08:00
parent e1d66b3f82
commit b2bbca8b60

View File

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