From babef44a3c861391f694080968e9547451ccb76b Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 7 Aug 2021 22:56:10 +0100 Subject: [PATCH] Bump version to 2.3.2 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 686f3605b..6bd0fb987 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ else MODULEDIR := $(CURDIR)/build/modules/Release endif -VERSION := 2.3.1 +VERSION := 2.3.2 # --------------------------------------------------------------------------------------------------------------------- diff --git a/source/frontend/carla_shared.py b/source/frontend/carla_shared.py index 23eb49d88..863b88e65 100644 --- a/source/frontend/carla_shared.py +++ b/source/frontend/carla_shared.py @@ -71,7 +71,7 @@ if WINDOWS: # ------------------------------------------------------------------------------------------------------------ # Set Version -VERSION = "2.3.1" +VERSION = "2.3.2" # ------------------------------------------------------------------------------------------------------------ # Set TMP diff --git a/source/includes/CarlaDefines.h b/source/includes/CarlaDefines.h index 1667b5d78..85ecef80e 100644 --- a/source/includes/CarlaDefines.h +++ b/source/includes/CarlaDefines.h @@ -32,8 +32,8 @@ #endif /* Set Version */ -#define CARLA_VERSION_HEX 0x020301 -#define CARLA_VERSION_STRING "2.3.1" +#define CARLA_VERSION_HEX 0x020302 +#define CARLA_VERSION_STRING "2.3.2" #define CARLA_VERSION_STRMIN "2.3" /* Check OS */