]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version
authorYanqin Jin <yanqin@fb.com>
Fri, 2 Nov 2018 22:22:52 +0000 (15:22 -0700)
committerYanqin Jin <yanqin@fb.com>
Fri, 2 Nov 2018 22:23:50 +0000 (15:23 -0700)
include/rocksdb/version.h

index b40b33aceab6ad162cc02d6a542a8c74fbe42a08..c24ba1d3902b58a4b53112e0acc44c0a00809568 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 17
-#define ROCKSDB_PATCH 1
+#define ROCKSDB_PATCH 2
 
 // 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