Skip to content

Commit

Permalink
Tc561-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ponapalt committed Aug 30, 2021
1 parent 12b5dfb commit aa62547
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions aya5.rc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,59,2,0
FILEVERSION 5,61,1,0
PRODUCTVERSION 5,0,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
Expand All @@ -47,7 +47,7 @@ BEGIN
VALUE "Comments", "YAYA\0"
VALUE "CompanyName", "YAYA Development Team\0"
VALUE "FileDescription", "yaya\0"
VALUE "FileVersion", "5, 59, 2, 0\0"
VALUE "FileVersion", "5, 61, 1, 0\0"
VALUE "InternalName", "Yet Another AYA5\0"
VALUE "LegalCopyright", " \0"
VALUE "LegalTrademarks", " \0"
Expand Down
2 changes: 1 addition & 1 deletion manifest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "manifest.h"

const yaya::char_t *aya_name = L"YAYA";
const yaya::char_t *aya_version = L"Tc559-2";
const yaya::char_t *aya_version = L"Tc561-1";
const yaya::char_t *aya_author = L"umeici/The Maintenance Shop";


Expand Down

0 comments on commit aa62547

Please sign in to comment.