]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 5.10.1
authorYi Wu <yiwu@fb.com>
Fri, 19 Jan 2018 02:02:03 +0000 (18:02 -0800)
committerYi Wu <yiwu@fb.com>
Fri, 19 Jan 2018 02:02:03 +0000 (18:02 -0800)
include/rocksdb/version.h

index 20b82afbe6054464304476065d423645197634dd..39602ba42d88e1c6bccd517faf5565fda91c84e0 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 10
-#define ROCKSDB_PATCH 0
+#define ROCKSDB_PATCH 1
 
 // 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