From dd3f85bcf5d149fffb146e546abcd9c5ea1ba741 Mon Sep 17 00:00:00 2001 From: "C.Ponapalt" Date: Fri, 8 Oct 2021 10:10:50 +0900 Subject: [PATCH] Tc562-1 --- aya5.rc | 4 ++-- manifest.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aya5.rc b/aya5.rc index b0d3520a..66a06ab9 100644 --- a/aya5.rc +++ b/aya5.rc @@ -28,7 +28,7 @@ LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT // VS_VERSION_INFO VERSIONINFO - FILEVERSION 5,61,2,0 + FILEVERSION 5,62,1,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, 61, 2, 0\0" + VALUE "FileVersion", "5, 62, 1, 0\0" VALUE "InternalName", "Yet Another AYA5\0" VALUE "LegalCopyright", " \0" VALUE "LegalTrademarks", " \0" diff --git a/manifest.cpp b/manifest.cpp index dfa30c88..0216a977 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"Tc561-2"; +const yaya::char_t *aya_version = L"Tc562-1"; const yaya::char_t *aya_author = L"umeici/The Maintenance Shop";