diff --git a/waifu2x_snowshell/Main.cpp b/waifu2x_snowshell/Main.cpp index 6ec6aeb..e3fd528 100644 --- a/waifu2x_snowshell/Main.cpp +++ b/waifu2x_snowshell/Main.cpp @@ -33,7 +33,7 @@ int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PWSTR lpCmdL if (!bIsWow64) MessageBox(NULL, L"This program only works on 64bit system", L"Error", MB_OK | MB_ICONERROR); - hWnd = CreateWindow(lpszClass, L"waifu2x - Snowshell v2.0", WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_BORDER, CW_USEDEFAULT, CW_USEDEFAULT, 530, 370, NULL, NULL, hInstance, NULL); + hWnd = CreateWindow(lpszClass, L"waifu2x - Snowshell v2.0.1", WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_BORDER, CW_USEDEFAULT, CW_USEDEFAULT, 530, 370, NULL, NULL, hInstance, NULL); ShowWindow(hWnd, nCmdShow); diff --git a/waifu2x_snowshell/waifu2x_snowshell.rc b/waifu2x_snowshell/waifu2x_snowshell.rc index 5fc7f32..a0ccbf9 100644 Binary files a/waifu2x_snowshell/waifu2x_snowshell.rc and b/waifu2x_snowshell/waifu2x_snowshell.rc differ