From 5f8602391bd42f5a7279fb0fdb33590754a904bf Mon Sep 17 00:00:00 2001
From: hofmockel <dreagonfly@gmx.de>
Date: Tue, 29 Apr 2014 17:55:01 +0200
Subject: [PATCH] 'master' is not bound to any rocksdb version

---
 docs/changelog.rst    | 7 +++----
 docs/index.rst        | 2 +-
 docs/installation.rst | 1 -
 setup.py              | 2 +-
 4 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/docs/changelog.rst b/docs/changelog.rst
index 1688327..a6cfe4f 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -1,13 +1,12 @@
 Changelog
 *********
 
-Upcoming Version
-----------------
+Version 0.3
+-----------
 
-Target is rocksdb 3.0
 
 Version 0.2
-----------------
+-----------
 
 This version works with RocksDB version 2.8.fb. Now you have access to the more
 advanced options of rocksdb. Like changing the memtable or SST representation.
diff --git a/docs/index.rst b/docs/index.rst
index c3afeb7..ffdabd2 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 2.8.fb
+Tested with python2.7 and python3.3 and RocksDB version xxxxx
 
 .. toctree::
     :maxdepth: 2
diff --git a/docs/installation.rst b/docs/installation.rst
index 9b298f1..a294142 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -12,7 +12,6 @@ For more details consider https://github.com/facebook/rocksdb/blob/master/INSTAL
     $ apt-get install build-essential
     $ apt-get install libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev
     $ git clone https://github.com/facebook/rocksdb.git
-    $ git checkout 2.8.fb
     $ cd rocksdb
     $ make shared_lib
 
diff --git a/setup.py b/setup.py
index 07fe344..be20354 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ mod1 = Extension(
 
 setup(
     name="pyrocksdb",
-    version='0.2',
+    version='0.3',
     description="Python bindings for RocksDB",
     keywords='rocksdb',
     author='Stephan Hofmockel',
-- 
GitLab