Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
purerosefallen committed Jan 5, 2021
1 parent d1807b1 commit 2abe776
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gframe/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ bool Game::Initialize() {
SetWindowsIcon();
//main menu
wchar_t strbuf[256];
myswprintf(strbuf, L"KoishiPro %X.0%X.%X Horizon", PRO_VERSION >> 12, (PRO_VERSION >> 4) & 0xff, PRO_VERSION & 0xf);
myswprintf(strbuf, L"KoishiPro %X.0%X.%X Shirayuki", PRO_VERSION >> 12, (PRO_VERSION >> 4) & 0xff, PRO_VERSION & 0xf);
wMainMenu = env->addWindow(rect<s32>(370, 200, 650, 415), false, strbuf);
wMainMenu->getCloseButton()->setVisible(false);
btnLanMode = env->addButton(rect<s32>(10, 30, 270, 60), wMainMenu, BUTTON_LAN_MODE, dataManager.GetSysString(1200));
Expand Down
4 changes: 2 additions & 2 deletions premake/gframe/ygopro.rc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ VALUE "InternalName", "KoishiPro"
VALUE "LegalCopyright", "Copyright (C) 2019 Nanahira"
VALUE "OriginalFilename", "ygopro.exe"
VALUE "ProductName", "KoishiPro"
VALUE "FileVersion", "Horizon"
VALUE "ProductVersion", "Horizon"
VALUE "FileVersion", "Shirayuki"
VALUE "ProductVersion", "Shirayuki"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 2abe776

Please sign in to comment.