Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
YukihoAA committed Aug 7, 2019
1 parent d853a9f commit 65024de
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.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);

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

0 comments on commit 65024de

Please sign in to comment.