Updated to version 2.25.0 for development

This commit is contained in:
Sam Lantinga
2022-08-19 09:38:42 -07:00
parent 8c9beb0c87
commit 6e9c14e550
8 changed files with 13 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
LIBNAME = SDL2
MAJOR_VERSION = 2
MINOR_VERSION = 24
MINOR_VERSION = 25
MICRO_VERSION = 0
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION)
DESCRIPTION = Simple DirectMedia Layer 2