From 2bc3325579ad0160c45582219d43629415eae28b Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Fri, 14 Jun 2024 18:00:38 +0900 Subject: [PATCH] update READMEs --- README.md | 2 +- README.txt | 2 +- READMEJP.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc9c1ec..043ba9a 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ You can check the IAT by `dumpbin /imports` of Visual Studio Command Prompt. - Supported GetFinalPathNameByHandleA/W. - 2024-06-08 ver.0.8.7 - Supported InitializeCriticalSectionEx. -- 2024-XX-YY ver.0.8.8 +- 2024-06-14 ver.0.8.8 - Supported filesystem redirection functions. - Introduced version control setting. diff --git a/README.txt b/README.txt index 7521409..c2dbddb 100644 --- a/README.txt +++ b/README.txt @@ -80,7 +80,7 @@ You can check the IAT by dumpbin /imports of Visual Studio Command Prompt. - Supported GetFinalPathNameByHandleA/W. - 2024-06-08 ver.0.8.7 - Supported InitializeCriticalSectionEx. -- 2024-XX-YY ver.0.8.8 +- 2024-06-14 ver.0.8.8 - Supported filesystem redirection functions. - Introduced version control setting. diff --git a/READMEJP.txt b/READMEJP.txt index 4d64d17..475de21 100644 --- a/READMEJP.txt +++ b/READMEJP.txt @@ -82,7 +82,7 @@ Visual Studio コマンドプロンプトの dumpbin /imports で IAT をチェ - GetFinalPathNameByHandleA/W のサポート。 - 2024-06-08 ver.0.8.7 - InitializeCriticalSectionEx のサポート。 -- 2024-XX-YY ver.0.8.8 +- 2024-06-14 ver.0.8.8 - ファイルシステム リダイレクション関数群のサポート。 - バージョン制御の設定を導入した。