]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 5.8.3
authorYi Wu <yiwu@fb.com>
Wed, 8 Nov 2017 06:59:14 +0000 (22:59 -0800)
committerYi Wu <yiwu@fb.com>
Wed, 8 Nov 2017 06:59:14 +0000 (22:59 -0800)
HISTORY.md
include/rocksdb/version.h

index f8f74ca0373ce0780fed73974aeddbae300073fa..6792795bafbc5e1b202971dbe9e9f7a196201df5 100644 (file)
@@ -1,4 +1,7 @@
 # Rocksdb Change Log
+## 5.8.3 (11/08/2017)
+No major changes.
+
 ## 5.8.2 (11/03/2017)
 No major changes.
 
index e791dcca6e7a2ef3f9188f6f1ed775dfb5f1ca89..ab6ca7a19e2e2d9b48ff0ec3e8b3a2ba61b2a8d2 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 8
-#define ROCKSDB_PATCH 2
+#define ROCKSDB_PATCH 3
 
 // 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