]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update version to 7.4.2 and update HISTORY
authorakankshamahajan <akankshamahajan@fb.com>
Fri, 1 Jul 2022 02:16:59 +0000 (19:16 -0700)
committerakankshamahajan <akankshamahajan@fb.com>
Fri, 1 Jul 2022 02:16:59 +0000 (19:16 -0700)
HISTORY.md
include/rocksdb/version.h

index 24fc938635fc417b6497976703cd0daff7be92c9..38436abcebbfd22deac85063e4d371cdbf80bd88 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 7.4.2 (06/30/2022)
 ### Bug Fixes
 Fix a bug in Logger where if dbname and db_log_dir are on different filesystems, dbname creation would fail wrt to db_log_dir path returning an error and fails to open the DB.
 
index 659579e6c059bb95e7ec6495376ff2c3c81dea22..918a746fabb5c59d4ef74daaaf8cc148bd3c20cd 100644 (file)
@@ -13,7 +13,7 @@
 // minor or major version number planned for release.
 #define ROCKSDB_MAJOR 7
 #define ROCKSDB_MINOR 4
-#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