Skip to content

Commit 61a2a2c

Browse files
committed
Version 1.05
1 parent c2d27ab commit 61a2a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ int main(int argc, char **argv) {
100100
}
101101
lua_setglobal(L, "ARGS");
102102

103-
lua_pushstring(L, "1.04");
103+
lua_pushstring(L, "1.05");
104104
lua_setglobal(L, "VERSION");
105105

106106
lua_pushstring(L, SDL_GetPlatform());

0 commit comments

Comments
 (0)