Version 1.02

This commit is contained in:
rxi 2020-04-26 14:41:34 +01:00
parent 64c58aafcd
commit c8980a828f
1 changed files with 1 additions and 1 deletions

View File

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