From efd9a4941f232e694c7c7e76393303141349964e Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 29 Jan 2023 20:47:41 +0100 Subject: [PATCH] Bump version to 2.5.4 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 276065a11..fb909482c 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.3 +VERSION := 2.5.4 -include Makefile.user.mk diff --git a/source/frontend/carla_shared.py b/source/frontend/carla_shared.py index e9fd22722..0e4955962 100644 --- a/source/frontend/carla_shared.py +++ b/source/frontend/carla_shared.py @@ -76,7 +76,7 @@ if WINDOWS: # ------------------------------------------------------------------------------------------------------------ # Set Version -VERSION = "2.5.3" +VERSION = "2.5.4" # ------------------------------------------------------------------------------------------------------------ # Set TMP diff --git a/source/includes/CarlaDefines.h b/source/includes/CarlaDefines.h index e61869f3e..8c69198dc 100644 --- a/source/includes/CarlaDefines.h +++ b/source/includes/CarlaDefines.h @@ -32,8 +32,8 @@ #endif /* Set Version */ -#define CARLA_VERSION_HEX 0x020503 -#define CARLA_VERSION_STRING "2.5.3" +#define CARLA_VERSION_HEX 0x020504 +#define CARLA_VERSION_STRING "2.5.4" #define CARLA_VERSION_STRMIN "2.5" /* Check OS */