diff --git a/Makefile b/Makefile index ceaf45e27a..9463cc38d5 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.8 +VERSION := 2.5.9 -include Makefile.user.mk diff --git a/source/frontend/carla_shared.py b/source/frontend/carla_shared.py index 5b6d77e828..c4387ebe37 100644 --- a/source/frontend/carla_shared.py +++ b/source/frontend/carla_shared.py @@ -76,7 +76,7 @@ # ------------------------------------------------------------------------------------------------------------ # Set Version -VERSION = "2.5.8" +VERSION = "2.5.9" # ------------------------------------------------------------------------------------------------------------ # Set TMP diff --git a/source/includes/CarlaDefines.h b/source/includes/CarlaDefines.h index db5c3f1e5c..f391b2fddc 100644 --- a/source/includes/CarlaDefines.h +++ b/source/includes/CarlaDefines.h @@ -27,8 +27,8 @@ #endif /* Set Version */ -#define CARLA_VERSION_HEX 0x020508 -#define CARLA_VERSION_STRING "2.5.8" +#define CARLA_VERSION_HEX 0x020509 +#define CARLA_VERSION_STRING "2.5.9" #define CARLA_VERSION_STRMIN "2.5" /* Check OS */