Updated to version 2.28.0 for release

This commit is contained in:
Sam Lantinga
2023-06-20 11:00:20 -07:00
parent 4ce5c3a694
commit ffa78e6bea
11 changed files with 31 additions and 31 deletions

View File

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