Skip to content

Commit 578d6b6

Browse files
version
1 parent 64c3351 commit 578d6b6

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
@@ -233,7 +233,7 @@ bool Game::Initialize() {
233233
SetWindowsIcon();
234234
//main menu
235235
wchar_t strbuf[256];
236-
myswprintf(strbuf, L"KoishiPro %X.0%X.%X Bumblebee", (PRO_VERSION & 0xf000U) >> 12, (PRO_VERSION & 0x0ff0U) >> 4, PRO_VERSION & 0x000fU);
236+
myswprintf(strbuf, L"KoishiPro %X.0%X.%X Collapse", (PRO_VERSION & 0xf000U) >> 12, (PRO_VERSION & 0x0ff0U) >> 4, PRO_VERSION & 0x000fU);
237237
wMainMenu = env->addWindow(irr::core::rect<irr::s32>(370, 200, 650, 415), false, strbuf);
238238
wMainMenu->getCloseButton()->setVisible(false);
239239
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", "Bumblebee"
20-
VALUE "ProductVersion", "Bumblebee"
19+
VALUE "FileVersion", "Collapse"
20+
VALUE "ProductVersion", "Collapse"
2121
END
2222
END
2323
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)