Skip to content

Commit

Permalink
Tc571-7
Browse files Browse the repository at this point in the history
  • Loading branch information
ponapalt committed Jan 6, 2024
1 parent 41ccde8 commit 6eb55c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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,71,6,0
FILEVERSION 5,71,7,0
PRODUCTVERSION 5,0,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
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"Tc571-6";
const yaya::char_t *aya_version = L"Tc571-7";
const yaya::char_t *aya_author = L"umeici/The Maintenance Shop";


Expand Down

0 comments on commit 6eb55c8

Please sign in to comment.