Bump up version to RocksDB 3.13.1

This commit is contained in:
sdong 2015-08-31 11:23:39 -07:00
parent 297241e056
commit 35b43eeea1

View File

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