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

@@ -80,7 +80,7 @@ endif()
# See docs/release_checklist.md
set(SDL_MAJOR_VERSION 2)
set(SDL_MINOR_VERSION 24)
set(SDL_MINOR_VERSION 25)
set(SDL_MICRO_VERSION 0)
set(SDL_VERSION "${SDL_MAJOR_VERSION}.${SDL_MINOR_VERSION}.${SDL_MICRO_VERSION}")