Skip to content

Commit 11df722

Browse files
committed
Version 1.09
1 parent ae48049 commit 11df722

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
@@ -102,7 +102,7 @@ int main(int argc, char **argv) {
102102
}
103103
lua_setglobal(L, "ARGS");
104104

105-
lua_pushstring(L, "1.08");
105+
lua_pushstring(L, "1.09");
106106
lua_setglobal(L, "VERSION");
107107

108108
lua_pushstring(L, SDL_GetPlatform());

0 commit comments

Comments
 (0)