]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 6.1.2 v6.1.2
authorLevi Tamasi <ltamasi@fb.com>
Tue, 4 Jun 2019 20:31:32 +0000 (13:31 -0700)
committerLevi Tamasi <ltamasi@fb.com>
Tue, 4 Jun 2019 20:31:32 +0000 (13:31 -0700)
include/rocksdb/version.h

index 2e8b496819ce133f5039285af099f60f7ea476e9..d72f6b649d7f12f8eedb4dc0219ce8c11d6cfda0 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #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