]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
bump patch version number
authorAndrew Kryczka <andrewkr@fb.com>
Wed, 1 Feb 2017 00:52:01 +0000 (16:52 -0800)
committerAndrew Kryczka <andrewkr@fb.com>
Wed, 1 Feb 2017 00:52:01 +0000 (16:52 -0800)
include/rocksdb/version.h

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