Skip to content

Commit c8980a8

Browse files
committed
Version 1.02
1 parent 64c58aa commit c8980a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ int main(int argc, char **argv) {
9090
}
9191
lua_setglobal(L, "ARGS");
9292

93-
lua_pushstring(L, "1.01");
93+
lua_pushstring(L, "1.02");
9494
lua_setglobal(L, "VERSION");
9595

9696
lua_pushstring(L, SDL_GetPlatform());

0 commit comments

Comments
 (0)