Skip to content
Snippets Groups Projects
Commit 1db1f0bc authored by rxi's avatar rxi
Browse files

Version 1.08

parent 1a82fd2b
No related branches found
Tags v1.08
No related merge requests found
......@@ -102,7 +102,7 @@ int main(int argc, char **argv) {
}
lua_setglobal(L, "ARGS");
lua_pushstring(L, "1.07");
lua_pushstring(L, "1.08");
lua_setglobal(L, "VERSION");
lua_pushstring(L, SDL_GetPlatform());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment