Updated to version 2.26.2 for release

This commit is contained in:
Sam Lantinga
2023-01-03 06:45:18 -08:00
parent d992d4f23e
commit f070c83a60
10 changed files with 17 additions and 17 deletions

2
configure vendored
View File

@@ -3454,7 +3454,7 @@ orig_CFLAGS="$CFLAGS"
# See docs/release_checklist.md
SDL_MAJOR_VERSION=2
SDL_MINOR_VERSION=26
SDL_MICRO_VERSION=1
SDL_MICRO_VERSION=2
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
SDL_BINARY_AGE=`expr $SDL_MINOR_VERSION \* 100 + $SDL_MICRO_VERSION`