From 4df9dfc654b44a39aea67fcefa0b222aaf3cafd1 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Thu, 6 Jun 2024 04:55:33 +0200 Subject: [PATCH] bump version --- inc/version.h | 4 ++-- src/config.c | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/inc/version.h b/inc/version.h index b527eba429..f3a1b27dcd 100644 --- a/inc/version.h +++ b/inc/version.h @@ -5,9 +5,9 @@ #define ver_str(a,b,c,d) str(a) "." str(b) "." str(c) "." str(d) #define VERSION_MAJOR 6 -#define VERSION_MINOR 5 +#define VERSION_MINOR 6 #define VERSION_BUILD 0 -#define VERSION_REVISION 10 +#define VERSION_REVISION 0 #define VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION #define VERSION_STRING ver_str(VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION) diff --git a/src/config.c b/src/config.c index fecdeb39e3..3e3f7e7ed4 100644 --- a/src/config.c +++ b/src/config.c @@ -1352,6 +1352,7 @@ static void cfg_create_ini() "[XFiles]\n" "windowed=true\n" "fullscreen=true\n" + "toggle_borderless=true\n" "\n" "; The Learning Company Launcher\n" "[TLCLauncher]\n"