Bump version to 5.0.1

This commit is contained in:
Islam AbdelRahman 2016-12-16 17:49:01 -08:00
parent 8e5a257bfe
commit e14eaa31fd

View File

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