From 35b43eeea173055612d4f42ac4e1ca4825a5bacf Mon Sep 17 00:00:00 2001 From: sdong Date: Mon, 31 Aug 2015 11:23:39 -0700 Subject: [PATCH] Bump up version to RocksDB 3.13.1 --- include/rocksdb/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index cd9efef8e..c38ec9c04 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -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