Skip to content

Commit 8b69850

Browse files
authored
Update version numbers to 8.0. (#122)
1 parent afd40ed commit 8b69850

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

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": "7.2",
4-
"middlewareVersion": "7.2",
3+
"componentVersion": "8.0",
4+
"middlewareVersion": "8.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": "7.2",
4-
"middlewareVersion": "7.2",
3+
"componentVersion": "8.0",
4+
"middlewareVersion": "8.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": "7.2",
4-
"middlewareVersion": "7.2",
3+
"componentVersion": "8.0",
4+
"middlewareVersion": "8.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": "7.2",
4-
"middlewareVersion": "7.2",
3+
"componentVersion": "8.0",
4+
"middlewareVersion": "8.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": "7.2",
4-
"middlewareVersion": "7.2",
3+
"componentVersion": "8.0",
4+
"middlewareVersion": "8.0",
55
"sourceLanguage": "c++",
66
"batchLibrary": "${MPF_HOME}/plugins/VideoCaptureComponent/lib/libmpfVideoCapture.so",
77
"environmentVariables": [

0 commit comments

Comments
 (0)