]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
bump patch version number
authorAaron Gao <gzh@fb.com>
Fri, 24 Feb 2017 00:40:50 +0000 (16:40 -0800)
committerAaron Gao <gzh@fb.com>
Fri, 24 Feb 2017 00:44:30 +0000 (16:44 -0800)
include/rocksdb/version.h

index 61fce0e111288be17d58ea591af02afaefd2fb35..824b1ee757a2b5ac65e588b2f941532c5b0b1d8f 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 1
-#define ROCKSDB_PATCH 2
+#define ROCKSDB_PATCH 3
 
 // 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