]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump the version to 3.11.1 rocksdb-3.11.1
authorIgor Canadi <icanadi@fb.com>
Wed, 3 Jun 2015 17:21:52 +0000 (13:21 -0400)
committerIgor Canadi <icanadi@fb.com>
Wed, 3 Jun 2015 17:21:52 +0000 (13:21 -0400)
HISTORY.md
include/rocksdb/version.h

index 0af892493d02d929c4685962a0622e87a5ebc409..cad6fc08b9ef567e1a4a15532672b687f1d82bbe 100644 (file)
@@ -1,5 +1,10 @@
 # Rocksdb Change Log
 
+## 3.11.1 (6/1/2015)
+
+### Changes
+* Just a single change to fix the Java linking (github issue #606)
+
 ## 3.11.0 (5/19/2015)
 
 ### New Features
index 33e50c3fb13f9ce60400cf9ab0c4cb09d775b56b..a350b522616e2e8869ae0341b807de5b94edfaea 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 3
 #define ROCKSDB_MINOR 11
-#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