summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsdong <siying.d@fb.com>2020-03-18 18:51:16 -0700
committersdong <siying.d@fb.com>2020-03-18 18:51:16 -0700
commit0915c99f01b46f50af8e02da8b6528156f584b7c (patch)
tree5b4952ae27f197d349e2d4ef019d24027028e15b
parent4f48a2af7b2398d08801e63c4c7a0626f0e3a49b (diff)
Bump up version to 6.7.3v6.7.3
-rw-r--r--HISTORY.md2
-rw-r--r--include/rocksdb/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY.md b/HISTORY.md
index fe5393f76..d2e819fc0 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -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.
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index 06d5aeec2..0d40dc7c1 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -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