Browse Source

Bump version a tiny bit

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX 4 years ago
parent
commit
f225fc7df0
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
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

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

VERSION = "2.1.0"
VERSION = "2.2.0-beta1"

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


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

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

/* Set Version */
#define CARLA_VERSION_HEX 0x020100
#define CARLA_VERSION_STRING "2.1.0"
#define CARLA_VERSION_HEX 0x020190
#define CARLA_VERSION_STRING "2.2.0-beta1"

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


Loading…
Cancel
Save