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: