Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
Version upgraded to 2.0.2
  • Loading branch information
nevat authored Oct 24, 2023
1 parent c3a8aee commit 763a405
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 @@ -32,7 +32,7 @@ int main (int argc, char** argv) {
if (fullscreen)
screen = SDL_CreateWindow(NULL, 0, 0, 0, 0, SDL_WINDOW_FULLSCREEN_DESKTOP);
else
screen = SDL_CreateWindow("Abbaye des Morts v2.0.1",
screen = SDL_CreateWindow("Abbaye des Morts v2.0.2",
SDL_WINDOWPOS_CENTERED,SDL_WINDOWPOS_CENTERED,768,576,0);

/* Create renderer (with VSync, nice !) */
Expand Down

0 comments on commit 763a405

Please sign in to comment.