Skip to content

Commit 790cf86

Browse files
committed
Tc557-2
1 parent eb676c1 commit 790cf86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aya5.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
2828
//
2929

3030
VS_VERSION_INFO VERSIONINFO
31-
FILEVERSION 5,57,1,0
31+
FILEVERSION 5,57,2,0
3232
PRODUCTVERSION 5,0,0,0
3333
FILEFLAGSMASK 0x3fL
3434
#ifdef _DEBUG
@@ -47,7 +47,7 @@ BEGIN
4747
VALUE "Comments", "YAYA\0"
4848
VALUE "CompanyName", "YAYA Development Team\0"
4949
VALUE "FileDescription", "yaya\0"
50-
VALUE "FileVersion", "5, 57, 1, 0\0"
50+
VALUE "FileVersion", "5, 57, 2, 0\0"
5151
VALUE "InternalName", "Yet Another AYA5\0"
5252
VALUE "LegalCopyright", " \0"
5353
VALUE "LegalTrademarks", " \0"

manifest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "manifest.h"
99

1010
const yaya::char_t *aya_name = L"YAYA";
11-
const yaya::char_t *aya_version = L"Tc557-1";
11+
const yaya::char_t *aya_version = L"Tc557-2";
1212
const yaya::char_t *aya_author = L"umeici/The Maintenance Shop";
1313

1414

0 commit comments

Comments
 (0)