summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Canadi <icanadi@fb.com>2015-02-09 13:49:22 -0800
committerIgor Canadi <icanadi@fb.com>2015-02-09 13:49:22 -0800
commitb506c514c52c7fe5078d0214f5f7ca1bd25038f2 (patch)
treef40324e4c1675125537dd841bc0dd52af00636f7
parenta76bad8d1418c841c3f2c677cac276f35b9d77e9 (diff)
Bump the version to 3.9.1.rocksdb-3.9.1
-rw-r--r--include/rocksdb/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index 339933853..6adb7e203 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 3
#define ROCKSDB_MINOR 9
-#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