Skip to content

Commit adad2a6

Browse files
committed
Version 1.04
1 parent adecaba commit adad2a6

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.03");
103+
lua_pushstring(L, "1.04");
104104
lua_setglobal(L, "VERSION");
105105

106106
lua_pushstring(L, SDL_GetPlatform());

0 commit comments

Comments
 (0)