Skip to content

Commit

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

0 comments on commit 61006d5

Please sign in to comment.