From c044630eaaa4fbef92dc9bebb48949e6820d14cd Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 18 Nov 2013 13:53:17 +0000 Subject: [PATCH] Set version as 1.2.2 --- source/backend/plugin/VstPlugin.cpp | 2 +- source/bridges/CarlaBridgeUI-VST.cpp | 2 +- source/carla_shared.py | 2 +- source/discovery/carla-discovery.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/backend/plugin/VstPlugin.cpp b/source/backend/plugin/VstPlugin.cpp index b10f667a5..bf994f294 100644 --- a/source/backend/plugin/VstPlugin.cpp +++ b/source/backend/plugin/VstPlugin.cpp @@ -2466,7 +2466,7 @@ private: } case audioMasterGetVendorVersion: - return 0x121; // 1.2.1 + return 0x122; // 1.2.2 case audioMasterCanDo: CARLA_ASSERT(ptr != nullptr); diff --git a/source/bridges/CarlaBridgeUI-VST.cpp b/source/bridges/CarlaBridgeUI-VST.cpp index faea2d82b..c4e7c4f73 100644 --- a/source/bridges/CarlaBridgeUI-VST.cpp +++ b/source/bridges/CarlaBridgeUI-VST.cpp @@ -480,7 +480,7 @@ public: break; case audioMasterGetVendorVersion: - ret = 0x121; // 1.2.1 + ret = 0x122; // 1.2.2 break; case audioMasterCanDo: diff --git a/source/carla_shared.py b/source/carla_shared.py index 43edbe8bc..2acd93f2e 100644 --- a/source/carla_shared.py +++ b/source/carla_shared.py @@ -70,7 +70,7 @@ elif WINDOWS: # ------------------------------------------------------------------------------------------------------------ # Set Version -VERSION = "1.2.1" +VERSION = "1.2.2" # ------------------------------------------------------------------------------------------------------------ # Set TMP diff --git a/source/discovery/carla-discovery.cpp b/source/discovery/carla-discovery.cpp index 8ecd6ad27..b189eaae2 100644 --- a/source/discovery/carla-discovery.cpp +++ b/source/discovery/carla-discovery.cpp @@ -239,7 +239,7 @@ intptr_t VSTCALLBACK vstHostCallback(AEffect* const effect, const int32_t opcode break; case audioMasterGetVendorVersion: - ret = 0x121; // 1.2.1 + ret = 0x122; // 1.2.2 break; case audioMasterCanDo: