Browse Source

Version things properly (develop is 2.1 target)

Signed-off-by: falkTX <falktx@gmail.com>
tags/v2.1-alpha1-winvst
falkTX 5 years ago
parent
commit
c73be58d42
Signed by: falkTX <falktx@gmail.com> GPG Key ID: 2D3445A829213837
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      source/frontend/carla_shared.py
  2. +2
    -2
      source/includes/CarlaDefines.h

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

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

VERSION = "1.9.13 (2.0-RC3)"
VERSION = "2.0.90 (2.1-alpha1)"

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


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

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

/* Set Version */
#define CARLA_VERSION_HEX 0x010913
#define CARLA_VERSION_STRING "1.9.13 (2.0-RC3)"
#define CARLA_VERSION_HEX 0x020090
#define CARLA_VERSION_STRING "2.0.90 (2.1-alpha1)"

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


Loading…
Cancel
Save