]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
bump patch version number rocksdb-5.1.2 v5.1.2
authorAlex Yang <alexyang@fb.com>
Fri, 3 Feb 2017 00:40:34 +0000 (16:40 -0800)
committerAlex Yang <alexyang@fb.com>
Fri, 3 Feb 2017 00:40:34 +0000 (16:40 -0800)
include/rocksdb/version.h

index 240274d6c332b868efe98207c1f02187103916c9..61fce0e111288be17d58ea591af02afaefd2fb35 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 1
-#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