]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump up version to 6.7.3 v6.7.3
authorsdong <siying.d@fb.com>
Thu, 19 Mar 2020 01:51:16 +0000 (18:51 -0700)
committersdong <siying.d@fb.com>
Thu, 19 Mar 2020 01:51:16 +0000 (18:51 -0700)
HISTORY.md
include/rocksdb/version.h

index fe5393f76a86e8508f53bb93dc519b8d3d05d7e9..d2e819fc090c53eac54106fa40797143534dd132 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 6.7.3 (03/18/2020)
 ### Bug Fixes
 * Fix a data race that might cause crash when calling DB::GetCreationTimeOfOldestFile() by a small chance. The bug was introduced in 6.6 Release.
 
index 06d5aeec21dc6e9288f259512ec0ef94af0a1196..0d40dc7c18849852d433a92bb19ab77ed2b5efce 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 7
-#define ROCKSDB_PATCH 2
+#define ROCKSDB_PATCH 3
 
 // 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