Version 1.03

This commit is contained in:
rxi 2020-05-09 16:29:34 +01:00
parent 3d49b6d200
commit 143f8867a1
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ int main(int argc, char **argv) {
}
lua_setglobal(L, "ARGS");
lua_pushstring(L, "1.02");
lua_pushstring(L, "1.03");
lua_setglobal(L, "VERSION");
lua_pushstring(L, SDL_GetPlatform());