Skip to content

Commit

Permalink
Version 1.05
Browse files Browse the repository at this point in the history
  • Loading branch information
rxi committed May 24, 2020
1 parent c2d27ab commit 61a2a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ int main(int argc, char **argv) {
}
lua_setglobal(L, "ARGS");

lua_pushstring(L, "1.04");
lua_pushstring(L, "1.05");
lua_setglobal(L, "VERSION");

lua_pushstring(L, SDL_GetPlatform());
Expand Down

0 comments on commit 61a2a2c

Please sign in to comment.