]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 5.3.6 rocksdb-5.3.6 v5.3.6
authorSagar Vemuri <svemuri@fb.com>
Fri, 19 May 2017 18:15:12 +0000 (11:15 -0700)
committerSagar Vemuri <svemuri@fb.com>
Fri, 19 May 2017 18:15:12 +0000 (11:15 -0700)
include/rocksdb/version.h

index 48cbf830cd18ebda48c74e70db958bae93cf948f..cbd2476875368d48a2e801942904cd12f577e6cf 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 3
-#define ROCKSDB_PATCH 5
+#define ROCKSDB_PATCH 6
 
 // 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