From 65158a68b9c8aeb5f27245128245aefda31dc58e Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 30 Sep 2023 10:46:23 +0200 Subject: [PATCH] Bump version to 2.5.7 Signed-off-by: falkTX --- Makefile | 2 +- source/frontend/carla_shared.py | 2 +- source/includes/CarlaDefines.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3ab5391e3..bf5c19965 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ MODULEDIR := $(CURDIR)/build/modules/Release endif # see also source/frontend/carla_shared.py and source/includes/CarlaDefines.h -VERSION := 2.5.6 +VERSION := 2.5.7 -include Makefile.user.mk diff --git a/source/frontend/carla_shared.py b/source/frontend/carla_shared.py index f5750095b..b8aa12472 100644 --- a/source/frontend/carla_shared.py +++ b/source/frontend/carla_shared.py @@ -76,7 +76,7 @@ if WINDOWS: # ------------------------------------------------------------------------------------------------------------ # Set Version -VERSION = "2.5.6" +VERSION = "2.5.7" # ------------------------------------------------------------------------------------------------------------ # Set TMP diff --git a/source/includes/CarlaDefines.h b/source/includes/CarlaDefines.h index ab3390c55..657464586 100644 --- a/source/includes/CarlaDefines.h +++ b/source/includes/CarlaDefines.h @@ -27,8 +27,8 @@ #endif /* Set Version */ -#define CARLA_VERSION_HEX 0x020506 -#define CARLA_VERSION_STRING "2.5.6" +#define CARLA_VERSION_HEX 0x020507 +#define CARLA_VERSION_STRING "2.5.7" #define CARLA_VERSION_STRMIN "2.5" /* Check OS */