Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
purerosefallen committed May 3, 2021
1 parent c775a15 commit 74feede
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 @@ -173,7 +173,7 @@ bool Game::Initialize() {
SetWindowsIcon();
//main menu
wchar_t strbuf[256];
myswprintf(strbuf, L"KoishiPro %X.0%X.%X Shelter", PRO_VERSION >> 12, (PRO_VERSION >> 4) & 0xff, PRO_VERSION & 0xf);
myswprintf(strbuf, L"KoishiPro %X.0%X.%X Trackmaker", 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) 2021 Nanahira"
VALUE "OriginalFilename", "ygopro.exe"
VALUE "ProductName", "KoishiPro"
VALUE "FileVersion", "Shelter"
VALUE "ProductVersion", "Shelter"
VALUE "FileVersion", "Trackmaker"
VALUE "ProductVersion", "Trackmaker"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 74feede

Please sign in to comment.