diff --git a/source/frontend/carla_shared.py b/source/frontend/carla_shared.py index 97a385054..fcd3b15a2 100644 --- a/source/frontend/carla_shared.py +++ b/source/frontend/carla_shared.py @@ -61,7 +61,7 @@ if WINDOWS: # ------------------------------------------------------------------------------------------------------------ # Set Version -VERSION = "2.0.95 (2.1-beta1)" +VERSION = "2.0.96 (2.1-RC1)" # ------------------------------------------------------------------------------------------------------------ # Set TMP diff --git a/source/includes/CarlaDefines.h b/source/includes/CarlaDefines.h index d99b64327..6428e883d 100644 --- a/source/includes/CarlaDefines.h +++ b/source/includes/CarlaDefines.h @@ -1,6 +1,6 @@ /* * Carla common defines - * Copyright (C) 2011-2019 Filipe Coelho + * Copyright (C) 2011-2020 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -32,8 +32,8 @@ #endif /* 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 */ #if defined(WIN64) || defined(_WIN64) || defined(__WIN64__)