Skip to content

Commit 006bf60

Browse files
committed
Bump 'SDL' version to 'v3.2.14':
1 parent f470e80 commit 006bf60

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,6 +1,6 @@
11
from .__init__ import ctypes, typing, abc, SDL_FUNC, SDL_BINARY
22

3-
SDL_MAJOR_VERSION, SDL_MINOR_VERSION, SDL_MICRO_VERSION = 3, 2, 10
3+
SDL_MAJOR_VERSION, SDL_MINOR_VERSION, SDL_MICRO_VERSION = 3, 2, 14
44

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

0 commit comments

Comments
 (0)