]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 5.10.2
authorYi Wu <yiwu@fb.com>
Tue, 30 Jan 2018 19:13:10 +0000 (11:13 -0800)
committerYi Wu <yiwu@fb.com>
Tue, 30 Jan 2018 19:13:10 +0000 (11:13 -0800)
include/rocksdb/version.h

index 39602ba42d88e1c6bccd517faf5565fda91c84e0..7ce88f48fffde1288bde83c6a809449e3f895c66 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 10
-#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