Skip to content

Commit 1db1f0b

Browse files
committed
Version 1.08
1 parent 1a82fd2 commit 1db1f0b

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.07");
105+
lua_pushstring(L, "1.08");
106106
lua_setglobal(L, "VERSION");
107107

108108
lua_pushstring(L, SDL_GetPlatform());

0 commit comments

Comments
 (0)