summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Canadi <icanadi@fb.com>2015-06-03 13:21:52 -0400
committerIgor Canadi <icanadi@fb.com>2015-06-03 13:21:52 -0400
commit978b5c17c0c98ec678e91ac9633bc292647db22e (patch)
tree8f0a954834b56e6f0966dbdc7a3921d70f998bbd
parent4b9585f5e3620de398df6a337157471d8c93e6d9 (diff)
Bump the version to 3.11.1rocksdb-3.11.1
-rw-r--r--HISTORY.md5
-rw-r--r--include/rocksdb/version.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 0af892493..cad6fc08b 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -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
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index 33e50c3fb..a350b5226 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -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