We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abdad97 commit 244a4f2Copy full SHA for 244a4f2
sdl3/SDL_version.py
@@ -5,7 +5,7 @@
5
6
SDL_MAJOR_VERSION = 3
7
SDL_MINOR_VERSION = 1
8
-SDL_MICRO_VERSION = 2
+SDL_MICRO_VERSION = 5
9
10
SDL_VERSIONNUM = lambda major, minor, patch: \
11
major * 1000000 + minor * 1000 + patch
0 commit comments