Version 1.06

This commit is contained in:
rxi 2020-05-31 16:53:53 +01:00
parent 508b6fb73a
commit f00d5d55df
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ int main(int argc, char **argv) {
}
lua_setglobal(L, "ARGS");
lua_pushstring(L, "1.05");
lua_pushstring(L, "1.06");
lua_setglobal(L, "VERSION");
lua_pushstring(L, SDL_GetPlatform());