Skip to content

Commit 7998cf4

Browse files
version
1 parent a567a5e commit 7998cf4

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
@@ -227,7 +227,7 @@ bool Game::Initialize() {
227227
SetWindowsIcon();
228228
//main menu
229229
wchar_t strbuf[256];
230-
myswprintf(strbuf, L"KoishiPro %X.0%X.%X Moon", (PRO_VERSION & 0xf000U) >> 12, (PRO_VERSION & 0x0ff0U) >> 4, PRO_VERSION & 0x000fU);
230+
myswprintf(strbuf, L"KoishiPro %X.0%X.%X Overdose", (PRO_VERSION & 0xf000U) >> 12, (PRO_VERSION & 0x0ff0U) >> 4, PRO_VERSION & 0x000fU);
231231
wMainMenu = env->addWindow(irr::core::rect<irr::s32>(370, 200, 650, 415), false, strbuf);
232232
wMainMenu->getCloseButton()->setVisible(false);
233233
btnLanMode = env->addButton(irr::core::rect<irr::s32>(10, 30, 270, 60), wMainMenu, BUTTON_LAN_MODE, dataManager.GetSysString(1200));

premake/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", "Moon"
20-
VALUE "ProductVersion", "Moon"
19+
VALUE "FileVersion", "Overdose"
20+
VALUE "ProductVersion", "Overdose"
2121
END
2222
END
2323
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)