Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
purerosefallen committed Aug 16, 2020
1 parent 234e2f0 commit b59fc2b
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 @@ -116,7 +116,7 @@ bool Game::Initialize() {
SetWindowsIcon();
//main menu
wchar_t strbuf[256];
myswprintf(strbuf, L"KoishiPro %X.0%X.%X Kitasaitama", PRO_VERSION >> 12, (PRO_VERSION >> 4) & 0xff, PRO_VERSION & 0xf);
myswprintf(strbuf, L"KoishiPro %X.0%X.%X IZANA", 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", "Kitasaitama"
VALUE "ProductVersion", "Kitasaitama"
VALUE "FileVersion", "IZANA"
VALUE "ProductVersion", "IZANA"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit b59fc2b

Please sign in to comment.