]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump the version to 3.9.1. rocksdb-3.9.1
authorIgor Canadi <icanadi@fb.com>
Mon, 9 Feb 2015 21:49:22 +0000 (13:49 -0800)
committerIgor Canadi <icanadi@fb.com>
Mon, 9 Feb 2015 21:49:22 +0000 (13:49 -0800)
include/rocksdb/version.h

index 339933853bf15012ac64be17e4f5eb3722913aa7..6adb7e2037a432b988005a45c5e7a99274b6b77b 100644 (file)
@@ -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