Browse Source

Bump version to 2.6.0-alpha1

Signed-off-by: falkTX <falktx@falktx.com>
pull/1723/head
falkTX 2 years ago
parent
commit
bae7149b0d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 5 additions and 5 deletions
  1. +1
    -1
      Makefile
  2. +1
    -1
      source/frontend/carla_shared.py
  3. +3
    -3
      source/includes/CarlaDefines.h

+ 1
- 1
Makefile View File

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


# see also source/frontend/carla_shared.py and source/includes/CarlaDefines.h # see also source/frontend/carla_shared.py and source/includes/CarlaDefines.h
VERSION := 2.5.1
VERSION := 2.6.0-alpha1


-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.5.1"
VERSION = "2.6.0-alpha1"


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


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

@@ -32,9 +32,9 @@
#endif #endif


/* Set Version */ /* Set Version */
#define CARLA_VERSION_HEX 0x020501
#define CARLA_VERSION_STRING "2.5.1"
#define CARLA_VERSION_STRMIN "2.5"
#define CARLA_VERSION_HEX 0x020591
#define CARLA_VERSION_STRING "2.6.0-alpha1"
#define CARLA_VERSION_STRMIN "2.6"


/* Check OS */ /* Check OS */
#if defined(WIN64) || defined(_WIN64) || defined(__WIN64__) || defined(_M_ARM64) #if defined(WIN64) || defined(_WIN64) || defined(__WIN64__) || defined(_M_ARM64)


Loading…
Cancel
Save