Skip to content

Commit 763a405

Browse files
authored
Update main.c
Version upgraded to 2.0.2
1 parent c3a8aee commit 763a405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ int main (int argc, char** argv) {
3232
if (fullscreen)
3333
screen = SDL_CreateWindow(NULL, 0, 0, 0, 0, SDL_WINDOW_FULLSCREEN_DESKTOP);
3434
else
35-
screen = SDL_CreateWindow("Abbaye des Morts v2.0.1",
35+
screen = SDL_CreateWindow("Abbaye des Morts v2.0.2",
3636
SDL_WINDOWPOS_CENTERED,SDL_WINDOWPOS_CENTERED,768,576,0);
3737

3838
/* Create renderer (with VSync, nice !) */

0 commit comments

Comments
 (0)