Skip to content

Commit f00d5d5

Browse files
committed
Version 1.06
1 parent 508b6fb commit f00d5d5

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
@@ -98,7 +98,7 @@ int main(int argc, char **argv) {
9898
}
9999
lua_setglobal(L, "ARGS");
100100

101-
lua_pushstring(L, "1.05");
101+
lua_pushstring(L, "1.06");
102102
lua_setglobal(L, "VERSION");
103103

104104
lua_pushstring(L, SDL_GetPlatform());

0 commit comments

Comments
 (0)