From 8e9f28df683c6a5714ab34a24e049b21985f7607 Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 31 May 2023 02:05:40 +0200 Subject: [PATCH] Bump version to 2.5.6 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 5e9eb53fb..3ab5391e3 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.5 +VERSION := 2.5.6 -include Makefile.user.mk diff --git a/source/frontend/carla_shared.py b/source/frontend/carla_shared.py index b430d6945..f5750095b 100644 --- a/source/frontend/carla_shared.py +++ b/source/frontend/carla_shared.py @@ -76,7 +76,7 @@ if WINDOWS: # ------------------------------------------------------------------------------------------------------------ # Set Version -VERSION = "2.5.5" +VERSION = "2.5.6" # ------------------------------------------------------------------------------------------------------------ # Set TMP diff --git a/source/includes/CarlaDefines.h b/source/includes/CarlaDefines.h index 44c5ff5ad..ab3390c55 100644 --- a/source/includes/CarlaDefines.h +++ b/source/includes/CarlaDefines.h @@ -27,8 +27,8 @@ #endif /* Set Version */ -#define CARLA_VERSION_HEX 0x020505 -#define CARLA_VERSION_STRING "2.5.5" +#define CARLA_VERSION_HEX 0x020506 +#define CARLA_VERSION_STRING "2.5.6" #define CARLA_VERSION_STRMIN "2.5" /* Check OS */