From cf95b579c4b3272a0254c652f1294a10f21fbaed Mon Sep 17 00:00:00 2001
From: hofmockel <dreagonfly@gmx.de>
Date: Sun, 12 Apr 2015 14:11:46 +0200
Subject: [PATCH] Mention the rocksdb version the master was build with.

---
 docs/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/index.rst b/docs/index.rst
index ffdabd2..3e770f4 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -11,7 +11,7 @@ Python bindings to the C++ interface of http://rocksdb.org/ using cython::
     print db.get(b"a")
 
 
-Tested with python2.7 and python3.3 and RocksDB version xxxxx
+Tested with python2.7 and python3.3 and RocksDB version 3.10
 
 .. toctree::
     :maxdepth: 2
-- 
GitLab