Updated to version 2.23.2 for release candidate

This commit is contained in:
Sam Lantinga
2022-08-12 20:27:22 -07:00
parent 08d17f47b3
commit f1416ef2ba
10 changed files with 31 additions and 14 deletions

View File

@@ -4,7 +4,7 @@
LIBNAME = SDL2
MAJOR_VERSION = 2
MINOR_VERSION = 23
MICRO_VERSION = 1
MICRO_VERSION = 2
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION)
DESCRIPTION = Simple DirectMedia Layer 2