]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 6.2.1
authorLevi Tamasi <ltamasi@fb.com>
Tue, 4 Jun 2019 23:38:51 +0000 (16:38 -0700)
committerLevi Tamasi <ltamasi@fb.com>
Tue, 4 Jun 2019 23:38:51 +0000 (16:38 -0700)
include/rocksdb/version.h

index 7b7d7e86224051fe137ca47a6b008af05734b2e9..1d64f7928b755a892bc54fb13c56b3524734f81f 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 2
-#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