Updated to version 2.23.1 for pre-release checkpoint

This commit is contained in:
Sam Lantinga
2022-06-16 12:49:17 -07:00
parent 68beedde92
commit b004133f08
10 changed files with 19 additions and 19 deletions

View File

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