Skip to content

Commit d285dec

Browse files
authored
Update version numbers to 9.0. (#125)
1 parent e152706 commit d285dec

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

detection/examples/AudioOnlyComponent/plugin-files/descriptor/descriptor.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"componentName": "AudioOnlyComponent",
3-
"componentVersion": "8.0",
4-
"middlewareVersion": "8.0",
3+
"componentVersion": "9.0",
4+
"middlewareVersion": "9.0",
55
"sourceLanguage": "c++",
66
"batchLibrary": "${MPF_HOME}/plugins/AudioOnlyComponent/lib/libmpfAudioOnly.so",
77
"environmentVariables": [

detection/examples/GenericComponent/plugin-files/descriptor/descriptor.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"componentName": "GenericComponent",
3-
"componentVersion": "8.0",
4-
"middlewareVersion": "8.0",
3+
"componentVersion": "9.0",
4+
"middlewareVersion": "9.0",
55
"sourceLanguage": "c++",
66
"batchLibrary": "${MPF_HOME}/plugins/GenericComponent/lib/libmpfGeneric.so",
77
"environmentVariables": [

detection/examples/HelloWorldComponent/plugin-files/descriptor/descriptor.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"componentName": "HelloWorldComponent",
3-
"componentVersion": "8.0",
4-
"middlewareVersion": "8.0",
3+
"componentVersion": "9.0",
4+
"middlewareVersion": "9.0",
55
"sourceLanguage": "c++",
66
"batchLibrary": "${MPF_HOME}/plugins/HelloWorldComponent/lib/libmpfHelloWorld.so",
77
"streamLibrary": "${MPF_HOME}/plugins/HelloWorldComponent/lib/libmpfStreamingHelloWorld.so",

detection/examples/ImageTransformerComponent/plugin-files/descriptor/descriptor.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"componentName": "ImageTransformerComponent",
3-
"componentVersion": "8.0",
4-
"middlewareVersion": "8.0",
3+
"componentVersion": "9.0",
4+
"middlewareVersion": "9.0",
55
"sourceLanguage": "c++",
66
"batchLibrary": "${MPF_HOME}/plugins/ImageTransformerComponent/lib/libmpfImageTransformer.so",
77
"environmentVariables": [

detection/examples/VideoCaptureComponent/plugin-files/descriptor/descriptor.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"componentName": "VideoCaptureComponent",
3-
"componentVersion": "8.0",
4-
"middlewareVersion": "8.0",
3+
"componentVersion": "9.0",
4+
"middlewareVersion": "9.0",
55
"sourceLanguage": "c++",
66
"batchLibrary": "${MPF_HOME}/plugins/VideoCaptureComponent/lib/libmpfVideoCapture.so",
77
"environmentVariables": [

0 commit comments

Comments
 (0)