]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTORY.md and version.h for 6.22.1 v6.22.1
authorAndrew Kryczka <andrewkr@fb.com>
Fri, 25 Jun 2021 21:15:04 +0000 (14:15 -0700)
committerAndrew Kryczka <andrewkr@fb.com>
Fri, 25 Jun 2021 21:15:04 +0000 (14:15 -0700)
HISTORY.md
include/rocksdb/version.h

index 0fd3b470e3fd7cc251fa7d654732dbabca9400e4..728a15335736e106ec411b5315bd39c0dd51ad98 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 6.22.1 (2021-06-25)
 ### Bug Fixes
 * `GetLiveFilesMetaData()` now populates the `temperature`, `oldest_ancester_time`, and `file_creation_time` fields of its `LiveFileMetaData` results when the information is available. Previously these fields always contained zero indicating unknown.
 
index 0012ce5c1275edb93e6c6f8590332632be289b76..ebdfb7468f1d768087c3d4cf32e202840840585d 100644 (file)
@@ -11,7 +11,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 22
-#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