From 81833395f512b9c593c856e87b9c3deeded91477 Mon Sep 17 00:00:00 2001
From: hofmockel <dreagonfly@gmx.de>
Date: Sun, 2 Feb 2014 17:26:26 +0100
Subject: [PATCH] Make it clear which version of rocksdb is supported

---
 docs/index.rst        | 3 ++-
 docs/installation.rst | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/index.rst b/docs/index.rst
index 883d653..b49605a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -10,7 +10,8 @@ Python bindings to the C++ interface of http://rocksdb.org/ using cython::
     db.put(b"a", b"b")
     print db.get(b"a")
 
-Tested with python2.7 and python3.3
+
+Tested with python2.7 and python3.3 and RocksDB version 2.7.fb
 
 .. toctree::
     :maxdepth: 2
diff --git a/docs/installation.rst b/docs/installation.rst
index d0db606..938e47a 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -14,7 +14,7 @@ For more details consider https://github.com/facebook/rocksdb/blob/master/INSTAL
     $ git clone https://github.com/facebook/rocksdb.git
     $ cd rocksdb
     $ # It is tested with this version
-    $ git checkout ac2fe728327be75c8c289d4e3ebf8587d88c518d
+    $ git checkout 2.7.fb
     $ make librocksdb.so
 
 If you do not want to call ``make install`` export the following enviroment
-- 
GitLab