]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
update HISTORY.md and version.h for 6.23.3
authorAndrew Kryczka <andrewkr@fb.com>
Thu, 5 Aug 2021 00:27:29 +0000 (17:27 -0700)
committerAndrew Kryczka <andrewkr@fb.com>
Thu, 5 Aug 2021 00:27:29 +0000 (17:27 -0700)
HISTORY.md
include/rocksdb/version.h

index dc35ec9f1362047720abec8dad4ce4fc9b917206..c4cdd6dfde3fa3cea90389e9752bba5faae850a4 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 6.23.3 (2021-08-04)
 ### Bug Fixes
 * Removed a call to `RenameFile()` on a non-existent info log file ("LOG") when opening a new DB. Such a call was guaranteed to fail though did not impact applications since we swallowed the error. Now we also stopped swallowing errors in renaming "LOG" file.
 
index c73de4a8735dceffc9665c33d812070b72d5c198..133b15fb961433573b6111b16a2b6e46ac81443d 100644 (file)
@@ -11,7 +11,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 23
-#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