diff --git a/Makefile b/Makefile index b83355fec..71ca2b2e4 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.4.3 +VERSION := 2.4.4 -include Makefile.user.mk diff --git a/source/frontend/carla_shared.py b/source/frontend/carla_shared.py index 6a02dc714..f232e3cf7 100644 --- a/source/frontend/carla_shared.py +++ b/source/frontend/carla_shared.py @@ -71,7 +71,7 @@ if WINDOWS: # ------------------------------------------------------------------------------------------------------------ # Set Version -VERSION = "2.4.3" +VERSION = "2.4.4" # ------------------------------------------------------------------------------------------------------------ # Set TMP diff --git a/source/includes/CarlaDefines.h b/source/includes/CarlaDefines.h index edce8fbb0..44aff500d 100644 --- a/source/includes/CarlaDefines.h +++ b/source/includes/CarlaDefines.h @@ -32,8 +32,8 @@ #endif /* Set Version */ -#define CARLA_VERSION_HEX 0x020402 -#define CARLA_VERSION_STRING "2.4.3" +#define CARLA_VERSION_HEX 0x020404 +#define CARLA_VERSION_STRING "2.4.4" #define CARLA_VERSION_STRMIN "2.4" /* Check OS */