]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 5.8.5
authorYi Wu <yiwu@fb.com>
Tue, 14 Nov 2017 18:38:22 +0000 (10:38 -0800)
committerYi Wu <yiwu@fb.com>
Tue, 14 Nov 2017 18:38:22 +0000 (10:38 -0800)
include/rocksdb/version.h

index 61ca0a1e3febbd6c85e22eaf123c72783b7d596c..dbc01beebed8f884c1aebd568b16adc573e36784 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 8
-#define ROCKSDB_PATCH 4
+#define ROCKSDB_PATCH 5
 
 // 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