]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 5.0.1 rocksdb-5.0.1 v5.0.1
authorIslam AbdelRahman <tec@fb.com>
Sat, 17 Dec 2016 01:49:01 +0000 (17:49 -0800)
committerIslam AbdelRahman <tec@fb.com>
Sat, 17 Dec 2016 01:49:01 +0000 (17:49 -0800)
include/rocksdb/version.h

index 7a64eedecd5d74107a381ace36ef8ba80070652d..bbd101680140d0bc0370840bcafb485c5362822f 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 0
-#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