From bf327b52bd9e8b202b4c81f929f5c78afbf1a5d2 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Fri, 19 Aug 2022 19:01:04 +0200 Subject: [PATCH] autotools: run ./autogen.sh --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index fdeee6d55..c26784835 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