Skip to content

Commit 705611e

Browse files
version
1 parent b0fc947 commit 705611e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gframe/game.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ bool Game::Initialize() {
216216
SetWindowsIcon();
217217
//main menu
218218
wchar_t strbuf[256];
219-
myswprintf(strbuf, L"KoishiPro %X.0%X.%X Loschen", (PRO_VERSION & 0xf000U) >> 12, (PRO_VERSION & 0x0ff0U) >> 4, PRO_VERSION & 0x000fU);
219+
myswprintf(strbuf, L"KoishiPro %X.0%X.%X Crisis", (PRO_VERSION & 0xf000U) >> 12, (PRO_VERSION & 0x0ff0U) >> 4, PRO_VERSION & 0x000fU);
220220
wMainMenu = env->addWindow(irr::core::rect<irr::s32>(370, 200, 650, 415), false, strbuf);
221221
wMainMenu->getCloseButton()->setVisible(false);
222222
btnLanMode = env->addButton(irr::core::rect<irr::s32>(10, 30, 270, 60), wMainMenu, BUTTON_LAN_MODE, dataManager.GetSysString(1200));

resource/gframe/ygopro.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ VALUE "InternalName", "KoishiPro"
1616
VALUE "LegalCopyright", "Copyright (C) 2023 Nanahira"
1717
VALUE "OriginalFilename", "ygopro.exe"
1818
VALUE "ProductName", "KoishiPro"
19-
VALUE "FileVersion", "Loschen"
20-
VALUE "ProductVersion", "Loschen"
19+
VALUE "FileVersion", "Crisis"
20+
VALUE "ProductVersion", "Crisis"
2121
END
2222
END
2323
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)