Commit bf327b52bd9e8b202b4c81f929f5c78afbf1a5d2

Anonymous Maarten 2022-08-19T19:01:04

autotools: run ./autogen.sh

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/configure b/configure
index fdeee6d..c267848 100755
--- a/configure
+++ b/configure
@@ -3433,7 +3433,7 @@ orig_CFLAGS="$CFLAGS"
 
 # See docs/release_checklist.md
 SDL_MAJOR_VERSION=2
-SDL_MINOR_VERSION=24
+SDL_MINOR_VERSION=25
 SDL_MICRO_VERSION=0
 SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION