Browse Source

Set version as 2.0-RC1

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

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

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


VERSION = "2.0.95 (2.1-beta1)"
VERSION = "2.0.96 (2.1-RC1)"


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


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

@@ -1,6 +1,6 @@
/* /*
* Carla common defines * Carla common defines
* Copyright (C) 2011-2019 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2011-2020 Filipe Coelho <falktx@falktx.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
@@ -32,8 +32,8 @@
#endif #endif


/* Set Version */ /* Set Version */
#define CARLA_VERSION_HEX 0x020095
#define CARLA_VERSION_STRING "2.0.95 (2.1-beta1)"
#define CARLA_VERSION_HEX 0x020096
#define CARLA_VERSION_STRING "2.0.96 (2.1-RC1)"


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


Loading…
Cancel
Save