Skip to content

Commit 4c208bf

Browse files
committed
Bump 'SDL' version to 'v3.2.18'.
1 parent 9c405ca commit 4c208bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdl3/SDL_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from . import ctypes, typing, abc, \
22
SDL_FUNC, SDL_BINARY
33

4-
SDL_MAJOR_VERSION, SDL_MINOR_VERSION, SDL_MICRO_VERSION = 3, 2, 16
4+
SDL_MAJOR_VERSION, SDL_MINOR_VERSION, SDL_MICRO_VERSION = 3, 2, 18
55

66
SDL_VERSIONNUM: abc.Callable[[int, int, int], int] = \
77
lambda major, minor, patch: major * 1000000 + minor * 1000 + patch

0 commit comments

Comments
 (0)