Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
koshkokoshka committed Dec 30, 2024
1 parent 9add831 commit 4786eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int n

// Create window
HWND window = CreateWindowEx(
WS_EX_COMPOSITED, window_class.lpszClassName, TEXT("Pathologic Mesh Viewer v0.2"), window_style,
WS_EX_COMPOSITED, window_class.lpszClassName, TEXT("Pathologic Mesh Viewer v0.3"), window_style,
window_rect.left, window_rect.top, window_rect.right, window_rect.bottom,
NULL, NULL, hInstance, NULL);
if (window == INVALID_HANDLE_VALUE) {
Expand Down

0 comments on commit 4786eca

Please sign in to comment.