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

Version 1.06

parent 508b6fb7
No related branches found
Tags v1.06
No related merge requests found
......@@ -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());
......
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