From fc1dd492e3d6e3e6b6750f5cb0a01aafff2f8232 Mon Sep 17 00:00:00 2001 From: "C.Ponapalt" Date: Sun, 25 Aug 2024 21:12:27 +0900 Subject: [PATCH] Tc571-9 --- aya5.rc | 4 ++-- manifest.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aya5.rc b/aya5.rc index 1a227a96..a5450981 100644 --- a/aya5.rc +++ b/aya5.rc @@ -28,7 +28,7 @@ LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT // VS_VERSION_INFO VERSIONINFO - FILEVERSION 5,71,8,0 + FILEVERSION 5,71,9,0 PRODUCTVERSION 5,0,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG @@ -47,7 +47,7 @@ BEGIN VALUE "Comments", "YAYA\0" VALUE "CompanyName", "YAYA Development Team\0" VALUE "FileDescription", "yaya\0" - VALUE "FileVersion", "5, 71, 8, 0\0" + VALUE "FileVersion", "5, 71, 9, 0\0" VALUE "InternalName", "Yet Another AYA5\0" VALUE "LegalCopyright", " \0" VALUE "LegalTrademarks", " \0" diff --git a/manifest.cpp b/manifest.cpp index bd39a1b4..56ba4e3d 100644 --- a/manifest.cpp +++ b/manifest.cpp @@ -8,7 +8,7 @@ #include "manifest.h" const yaya::char_t *aya_name = L"YAYA"; -const yaya::char_t *aya_version = L"Tc571-8"; +const yaya::char_t *aya_version = L"Tc571-9"; const yaya::char_t *aya_author = L"umeici/The Maintenance Shop";