Updated to version 2.32.0 for release

This commit is contained in:
Sam Lantinga 2025-02-08 09:10:22 -08:00
parent 3e97d41da4
commit 7a44b1ab00
11 changed files with 31 additions and 31 deletions

View file

@ -14,8 +14,8 @@
LIBNAME = SDL2
MAJOR_VERSION = 2
MINOR_VERSION = 31
MICRO_VERSION = 1
MINOR_VERSION = 32
MICRO_VERSION = 0
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION)
DESCRIPTION = Simple DirectMedia Layer 2