From 2eede9dbf990593fd53ee24c77ce3f9870e653bb Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 8 Feb 2014 09:25:21 +0000 Subject: [PATCH] Set version as 1.2.4 --- 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 18c9b19e8..42962f4e4 100644 --- a/source/backend/plugin/VstPlugin.cpp +++ b/source/backend/plugin/VstPlugin.cpp @@ -2466,7 +2466,7 @@ private: } case audioMasterGetVendorVersion: - return 0x123; // 1.2.3 + return 0x124; // 1.2.4 case audioMasterCanDo: CARLA_ASSERT(ptr != nullptr); diff --git a/source/bridges/CarlaBridgeUI-VST.cpp b/source/bridges/CarlaBridgeUI-VST.cpp index 75a0807c6..0febce378 100644 --- a/source/bridges/CarlaBridgeUI-VST.cpp +++ b/source/bridges/CarlaBridgeUI-VST.cpp @@ -480,7 +480,7 @@ public: break; case audioMasterGetVendorVersion: - ret = 0x123; // 1.2.3 + ret = 0x124; // 1.2.4 break; case audioMasterCanDo: diff --git a/source/carla_shared.py b/source/carla_shared.py index 1eb61f356..50d68d614 100644 --- a/source/carla_shared.py +++ b/source/carla_shared.py @@ -70,7 +70,7 @@ elif WINDOWS: # ------------------------------------------------------------------------------------------------------------ # Set Version -VERSION = "1.2.3" +VERSION = "1.2.4" # ------------------------------------------------------------------------------------------------------------ # Set TMP diff --git a/source/discovery/carla-discovery.cpp b/source/discovery/carla-discovery.cpp index a85d619a4..29f101add 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 = 0x123; // 1.2.3 + ret = 0x124; // 1.2.4 break; case audioMasterCanDo: