Skip to content

Commit 244a4f2

Browse files
committed
Bump SDL version to 3.1.5.
1 parent abdad97 commit 244a4f2

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
@@ -5,7 +5,7 @@
55

66
SDL_MAJOR_VERSION = 3
77
SDL_MINOR_VERSION = 1
8-
SDL_MICRO_VERSION = 2
8+
SDL_MICRO_VERSION = 5
99

1010
SDL_VERSIONNUM = lambda major, minor, patch: \
1111
major * 1000000 + minor * 1000 + patch

0 commit comments

Comments
 (0)