Updated to version 2.27.0 for development

This commit is contained in:
Sam Lantinga 2022-11-21 16:36:10 -08:00
parent 0bfeed061b
commit ea8f8b6dc3
10 changed files with 21 additions and 21 deletions

View file

@ -5,7 +5,7 @@
LIBNAME = SDL2
MAJOR_VERSION = 2
MINOR_VERSION = 26
MINOR_VERSION = 27
MICRO_VERSION = 0
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION)