From 5214a6bc286582b90468c1f2b7a8154aed3e62bc Mon Sep 17 00:00:00 2001 From: jrobble Date: Thu, 21 Dec 2023 15:38:59 -0500 Subject: [PATCH] Update version numbers to 8.0. --- .../plugin-files/descriptor/descriptor.json | 4 ++-- .../GenericComponent/plugin-files/descriptor/descriptor.json | 4 ++-- .../plugin-files/descriptor/descriptor.json | 4 ++-- .../plugin-files/descriptor/descriptor.json | 4 ++-- .../plugin-files/descriptor/descriptor.json | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/detection/examples/AudioOnlyComponent/plugin-files/descriptor/descriptor.json b/detection/examples/AudioOnlyComponent/plugin-files/descriptor/descriptor.json index bcf5692..8c3ff96 100644 --- a/detection/examples/AudioOnlyComponent/plugin-files/descriptor/descriptor.json +++ b/detection/examples/AudioOnlyComponent/plugin-files/descriptor/descriptor.json @@ -1,7 +1,7 @@ { "componentName": "AudioOnlyComponent", - "componentVersion": "7.2", - "middlewareVersion": "7.2", + "componentVersion": "8.0", + "middlewareVersion": "8.0", "sourceLanguage": "c++", "batchLibrary": "${MPF_HOME}/plugins/AudioOnlyComponent/lib/libmpfAudioOnly.so", "environmentVariables": [ diff --git a/detection/examples/GenericComponent/plugin-files/descriptor/descriptor.json b/detection/examples/GenericComponent/plugin-files/descriptor/descriptor.json index 2538c4e..7972793 100644 --- a/detection/examples/GenericComponent/plugin-files/descriptor/descriptor.json +++ b/detection/examples/GenericComponent/plugin-files/descriptor/descriptor.json @@ -1,7 +1,7 @@ { "componentName": "GenericComponent", - "componentVersion": "7.2", - "middlewareVersion": "7.2", + "componentVersion": "8.0", + "middlewareVersion": "8.0", "sourceLanguage": "c++", "batchLibrary": "${MPF_HOME}/plugins/GenericComponent/lib/libmpfGeneric.so", "environmentVariables": [ diff --git a/detection/examples/HelloWorldComponent/plugin-files/descriptor/descriptor.json b/detection/examples/HelloWorldComponent/plugin-files/descriptor/descriptor.json index 90647fb..a07cdf3 100644 --- a/detection/examples/HelloWorldComponent/plugin-files/descriptor/descriptor.json +++ b/detection/examples/HelloWorldComponent/plugin-files/descriptor/descriptor.json @@ -1,7 +1,7 @@ { "componentName": "HelloWorldComponent", - "componentVersion": "7.2", - "middlewareVersion": "7.2", + "componentVersion": "8.0", + "middlewareVersion": "8.0", "sourceLanguage": "c++", "batchLibrary": "${MPF_HOME}/plugins/HelloWorldComponent/lib/libmpfHelloWorld.so", "streamLibrary": "${MPF_HOME}/plugins/HelloWorldComponent/lib/libmpfStreamingHelloWorld.so", diff --git a/detection/examples/ImageTransformerComponent/plugin-files/descriptor/descriptor.json b/detection/examples/ImageTransformerComponent/plugin-files/descriptor/descriptor.json index 7cd7a3d..a9f9b0c 100644 --- a/detection/examples/ImageTransformerComponent/plugin-files/descriptor/descriptor.json +++ b/detection/examples/ImageTransformerComponent/plugin-files/descriptor/descriptor.json @@ -1,7 +1,7 @@ { "componentName": "ImageTransformerComponent", - "componentVersion": "7.2", - "middlewareVersion": "7.2", + "componentVersion": "8.0", + "middlewareVersion": "8.0", "sourceLanguage": "c++", "batchLibrary": "${MPF_HOME}/plugins/ImageTransformerComponent/lib/libmpfImageTransformer.so", "environmentVariables": [ diff --git a/detection/examples/VideoCaptureComponent/plugin-files/descriptor/descriptor.json b/detection/examples/VideoCaptureComponent/plugin-files/descriptor/descriptor.json index 7dc908e..9ee1207 100644 --- a/detection/examples/VideoCaptureComponent/plugin-files/descriptor/descriptor.json +++ b/detection/examples/VideoCaptureComponent/plugin-files/descriptor/descriptor.json @@ -1,7 +1,7 @@ { "componentName": "VideoCaptureComponent", - "componentVersion": "7.2", - "middlewareVersion": "7.2", + "componentVersion": "8.0", + "middlewareVersion": "8.0", "sourceLanguage": "c++", "batchLibrary": "${MPF_HOME}/plugins/VideoCaptureComponent/lib/libmpfVideoCapture.so", "environmentVariables": [