Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
purerosefallen committed Jul 8, 2020
1 parent 70884f3 commit c71fd2c
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 Moonlight", PRO_VERSION >> 12, (PRO_VERSION >> 4) & 0xff, PRO_VERSION & 0xf);
myswprintf(strbuf, L"KoishiPro %X.0%X.%X Kitasaitama", 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", "Moonlight"
VALUE "ProductVersion", "Moonlight"
VALUE "FileVersion", "Kitasaitama"
VALUE "ProductVersion", "Kitasaitama"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit c71fd2c

Please sign in to comment.