Browse Source

Bump ficticious version

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

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

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

VERSION = "2.0.90 (2.1-alpha1)"
VERSION = "2.0.90 (2.1-alpha2)"

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


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

@@ -33,7 +33,7 @@

/* Set Version */
#define CARLA_VERSION_HEX 0x020090
#define CARLA_VERSION_STRING "2.0.90 (2.1-alpha1)"
#define CARLA_VERSION_STRING "2.0.90 (2.1-alpha2)"

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


Loading…
Cancel
Save