From 23cc59539c3cd2a45af06526bb7246996ebea1dc Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sun, 22 May 2022 23:52:32 -0700 Subject: [PATCH] Show SDL version in --verbose-version output --- src/tuxpaint.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index fd8a76e77..d68568faf 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA (See COPYING.txt) - June 14, 2002 - May 19, 2022 + June 14, 2002 - May 22, 2022 */ #include "platform.h" @@ -7170,6 +7170,7 @@ void show_version(int details) printf("\nBuilt with these options:\n"); + printf(" SDL version %d.%d.%d\n", SDL_MAJOR_VERSION, SDL_MINOR_VERSION, SDL_PATCHLEVEL); /* Quality reductions: */