Version 1.09

This commit is contained in:
rxi
2020-06-21 19:38:42 +01:00
parent ae48049695
commit 11df722162
+1 -1
View File
@@ -102,7 +102,7 @@ int main(int argc, char **argv) {
}
lua_setglobal(L, "ARGS");
lua_pushstring(L, "1.08");
lua_pushstring(L, "1.09");
lua_setglobal(L, "VERSION");
lua_pushstring(L, SDL_GetPlatform());