]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 5.0.2 rocksdb-5.0.2 v5.0.2
authorAndrew Kryczka <andrewkr@fb.com>
Wed, 18 Jan 2017 21:16:33 +0000 (13:16 -0800)
committerAndrew Kryczka <andrewkr@fb.com>
Wed, 18 Jan 2017 21:16:33 +0000 (13:16 -0800)
include/rocksdb/version.h

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