]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump up version to RocksDB 3.13.1 rocksdb-3.13.1 v3.13.1
authorsdong <siying.d@fb.com>
Mon, 31 Aug 2015 18:23:39 +0000 (11:23 -0700)
committersdong <siying.d@fb.com>
Mon, 31 Aug 2015 18:23:39 +0000 (11:23 -0700)
include/rocksdb/version.h

index cd9efef8ec0d014d4757e3d2a8b04fa878f62fd1..c38ec9c048db4e1058cfb36b2ca124b4c94bffcf 100644 (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