Browse Source

Bump version to 2.4.1

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.4.1
falkTX 3 years ago
parent
commit
2b3924c89c
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      Makefile
  2. +1
    -1
      source/frontend/carla_shared.py
  3. +2
    -2
      source/includes/CarlaDefines.h

+ 1
- 1
Makefile View File

@@ -22,7 +22,7 @@ else
MODULEDIR := $(CURDIR)/build/modules/Release MODULEDIR := $(CURDIR)/build/modules/Release
endif endif


VERSION := 2.4.0
VERSION := 2.4.1


-include Makefile.user.mk -include Makefile.user.mk




+ 1
- 1
source/frontend/carla_shared.py View File

@@ -71,7 +71,7 @@ if WINDOWS:
# ------------------------------------------------------------------------------------------------------------ # ------------------------------------------------------------------------------------------------------------
# Set Version # Set Version


VERSION = "2.4.0"
VERSION = "2.4.1"


# ------------------------------------------------------------------------------------------------------------ # ------------------------------------------------------------------------------------------------------------
# Set TMP # Set TMP


+ 2
- 2
source/includes/CarlaDefines.h View File

@@ -32,8 +32,8 @@
#endif #endif


/* Set Version */ /* 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" #define CARLA_VERSION_STRMIN "2.4"


/* Check OS */ /* Check OS */


Loading…
Cancel
Save