From 5e162aa0a56e65803f257c2b0fb9b4a0fbae552e Mon Sep 17 00:00:00 2001 From: jrobble Date: Mon, 10 Dec 2018 14:42:27 -0500 Subject: [PATCH] Updated version to 3.0.0. --- .../plugin-files/descriptor/descriptor.json | 4 ++-- .../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 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/detection/examples/AudioOnlyComponent/plugin-files/descriptor/descriptor.json b/detection/examples/AudioOnlyComponent/plugin-files/descriptor/descriptor.json index 858598c..ce3b5e9 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": "2.1.0", - "middlewareVersion": "2.1.0", + "componentVersion": "3.0.0", + "middlewareVersion": "3.0.0", "sourceLanguage": "c++", "batchLibrary": "${MPF_HOME}/plugins/AudioOnlyComponent/lib/libmpfAudioOnly.so", "environmentVariables": [ diff --git a/detection/examples/FrameDataComponent/plugin-files/descriptor/descriptor.json b/detection/examples/FrameDataComponent/plugin-files/descriptor/descriptor.json index 81bd2ee..7cf9bef 100644 --- a/detection/examples/FrameDataComponent/plugin-files/descriptor/descriptor.json +++ b/detection/examples/FrameDataComponent/plugin-files/descriptor/descriptor.json @@ -1,7 +1,7 @@ { "componentName": "FrameDataComponent", - "componentVersion": "2.1.0", - "middlewareVersion": "2.1.0", + "componentVersion": "3.0.0", + "middlewareVersion": "3.0.0", "sourceLanguage": "c++", "batchLibrary": "${MPF_HOME}/plugins/FrameDataComponent/lib/libmpfFrameData.so", "environmentVariables": [ diff --git a/detection/examples/GenericComponent/plugin-files/descriptor/descriptor.json b/detection/examples/GenericComponent/plugin-files/descriptor/descriptor.json index e43dc70..e72e22f 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": "2.1.0", - "middlewareVersion": "2.1.0", + "componentVersion": "3.0.0", + "middlewareVersion": "3.0.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 9889608..5190920 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": "2.1.0", - "middlewareVersion": "2.1.0", + "componentVersion": "3.0.0", + "middlewareVersion": "3.0.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 9a6138b..f2633a6 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": "2.1.0", - "middlewareVersion": "2.1.0", + "componentVersion": "3.0.0", + "middlewareVersion": "3.0.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 5b365c3..5f5e462 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": "2.1.0", - "middlewareVersion": "2.1.0", + "componentVersion": "3.0.0", + "middlewareVersion": "3.0.0", "sourceLanguage": "c++", "batchLibrary": "${MPF_HOME}/plugins/VideoCaptureComponent/lib/libmpfVideoCapture.so", "environmentVariables": [