Skip to content

Commit 143f886

Browse files
committed
Version 1.03
1 parent 3d49b6d commit 143f886

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
@@ -107,7 +107,7 @@ int main(int argc, char **argv) {
107107
}
108108
lua_setglobal(L, "ARGS");
109109

110-
lua_pushstring(L, "1.02");
110+
lua_pushstring(L, "1.03");
111111
lua_setglobal(L, "VERSION");
112112

113113
lua_pushstring(L, SDL_GetPlatform());

0 commit comments

Comments
 (0)