diff --git a/docs/index.rst b/docs/index.rst
index 883d653b114459cbe98d9893a602d8e943ed5d3d..b49605acaab3c59ca9b8b9928ddae445c380eaa4 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 d0db606576240b6d017f88f8e6cc35a71167a7df..938e47a7e431058d03d621ec3f621f2c944c5535 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