Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
alekasm committed Feb 4, 2021
1 parent 9a03b7c commit 9d6923f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SC2KRender/SC2KRender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance
SetConsoleMode(hInput, dwMode & ENABLE_EXTENDED_FLAGS);
ShowWindow(GetConsoleWindow(), SW_HIDE);

printf("SC2KRender (Version 0.8)\n");
printf("SC2KRender (Version 0.9)\n");
printf("Written by Aleksander Krimsky | www.krimsky.net\n");
printf("Lead Artist: Thomas Nelson\n");
printf("Written with DirectX 11 - Modified DirectXTK\n");
Expand Down

0 comments on commit 9d6923f

Please sign in to comment.