From 2b3924c89c7824bd40d31ba3463aa8e5492b84fb Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 14 Oct 2021 22:25:37 +0100 Subject: [PATCH] Bump version to 2.4.1 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 cd12143b3..515801e0c 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ else MODULEDIR := $(CURDIR)/build/modules/Release endif -VERSION := 2.4.0 +VERSION := 2.4.1 -include Makefile.user.mk diff --git a/source/frontend/carla_shared.py b/source/frontend/carla_shared.py index ef9b8151e..feb010798 100644 --- a/source/frontend/carla_shared.py +++ b/source/frontend/carla_shared.py @@ -71,7 +71,7 @@ if WINDOWS: # ------------------------------------------------------------------------------------------------------------ # Set Version -VERSION = "2.4.0" +VERSION = "2.4.1" # ------------------------------------------------------------------------------------------------------------ # Set TMP diff --git a/source/includes/CarlaDefines.h b/source/includes/CarlaDefines.h index b39b1fe13..53a0f982a 100644 --- a/source/includes/CarlaDefines.h +++ b/source/includes/CarlaDefines.h @@ -32,8 +32,8 @@ #endif /* Set Version */ -#define CARLA_VERSION_HEX 0x020400 -#define CARLA_VERSION_STRING "2.4.0" +#define CARLA_VERSION_HEX 0x020401 +#define CARLA_VERSION_STRING "2.4.1" #define CARLA_VERSION_STRMIN "2.4" /* Check OS */