From 9126da528872adf9d78e0363b70f268be6718835 Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Mon, 3 Jun 2024 09:17:04 +0900 Subject: [PATCH] fix 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 90eb9b3..d5aaaba 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ You can check the IAT by `dumpbin /imports` of Visual Studio Command Prompt. - Added v2xadv32 (advapi32). - 2024.06.03 ver.0.8.3 - Supported CompareStringEx. -- 2024.XX.YY ver.0.8.4 +- 2024.06.03 ver.0.8.4 - Fixed fallbacking of v2xadv32. - Fixed loading DLLs. diff --git a/README.txt b/README.txt index bce2b44..6cb2aab 100644 --- a/README.txt +++ b/README.txt @@ -68,7 +68,7 @@ You can check the IAT by dumpbin /imports of Visual Studio Command Prompt. - Added v2xadv32 (advapi32). - 2024.06.03 ver.0.8.3 - Supported CompareStringEx. -- 2024.XX.YY ver.0.8.4 +- 2024.06.03 ver.0.8.4 - Fixed fallbacking of v2xadv32. - Fixed loading DLLs. diff --git a/READMEJP.txt b/READMEJP.txt index 90eeea3..4e1ce5f 100644 --- a/READMEJP.txt +++ b/READMEJP.txt @@ -70,7 +70,7 @@ Visual Studio コマンドプロンプトの dumpbin /imports で IAT をチェ - v2xadv32 (advapi32) を追加。 - 2024.06.03 ver.0.8.3 - CompareStringEx のサポート。 -- 2024.XX.YY ver.0.8.4 +- 2024.06.03 ver.0.8.4 - v2xadv32 のフォールバックを修正。 - DLLの読み込みを修正。