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 */