Skip to content

Commit

Permalink
Version Up
Browse files Browse the repository at this point in the history
  • Loading branch information
YukihoAA committed Jan 6, 2020
1 parent e60008e commit cae2c22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waifu2x_snowshell/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1", 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.2.2", WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_BORDER, CW_USEDEFAULT, CW_USEDEFAULT, 530, 370, NULL, NULL, hInstance, NULL);

ShowWindow(hWnd, nCmdShow);

Expand Down
Binary file modified waifu2x_snowshell/waifu2x_snowshell.rc
Binary file not shown.

0 comments on commit cae2c22

Please sign in to comment.