diff options
author | David Robillard <d@drobilla.net> | 2011-11-04 23:45:36 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-04 23:45:36 +0000 |
commit | 4deb1148e3e2a5008d2fb8b3d08e88bfe393cc01 (patch) | |
tree | ac7789ca3afc7c656effb11e9636a6752848b9f2 | |
parent | f3e182e5e2d57f91f80beefd5200ff85a46b131e (diff) | |
download | lv2-4deb1148e3e2a5008d2fb8b3d08e88bfe393cc01.tar.xz |
Add missing versions.
-rw-r--r-- | ext/contexts.lv2/manifest.ttl | 2 | ||||
-rw-r--r-- | ext/host-info.lv2/manifest.ttl | 2 | ||||
-rw-r--r-- | ext/midi.lv2/manifest.ttl | 2 | ||||
-rw-r--r-- | ext/osc.lv2/manifest.ttl | 2 | ||||
-rw-r--r-- | ext/parameter.lv2/manifest.ttl | 2 | ||||
-rw-r--r-- | ext/port-groups.lv2/manifest.ttl | 2 | ||||
-rw-r--r-- | ext/resize-port.lv2/manifest.ttl | 2 | ||||
-rw-r--r-- | ext/string-port.lv2/manifest.ttl | 2 | ||||
-rw-r--r-- | ext/time.lv2/manifest.ttl | 2 | ||||
-rw-r--r-- | ext/ui-resize.lv2/manifest.ttl | 2 | ||||
-rw-r--r-- | ext/uri-unmap.lv2/manifest.ttl | 2 |
11 files changed, 20 insertions, 2 deletions
diff --git a/ext/contexts.lv2/manifest.ttl b/ext/contexts.lv2/manifest.ttl index 373b8f6..d2cc036 100644 --- a/ext/contexts.lv2/manifest.ttl +++ b/ext/contexts.lv2/manifest.ttl @@ -3,5 +3,7 @@ <http://lv2plug.in/ns/ext/contexts> a lv2:Specification ; + lv2:minorVersion 0 ; + lv2:microVersion 1 ; rdfs:seeAlso <contexts.ttl> . diff --git a/ext/host-info.lv2/manifest.ttl b/ext/host-info.lv2/manifest.ttl index a431711..ae1e097 100644 --- a/ext/host-info.lv2/manifest.ttl +++ b/ext/host-info.lv2/manifest.ttl @@ -3,5 +3,7 @@ <http://lv2plug.in/ns/ext/host-info> a lv2:Specification ; + lv2:minorVersion 0 ; + lv2:microVersion 1 ; rdfs:seeAlso <host-info.ttl> . diff --git a/ext/midi.lv2/manifest.ttl b/ext/midi.lv2/manifest.ttl index d1c77f8..a701fe0 100644 --- a/ext/midi.lv2/manifest.ttl +++ b/ext/midi.lv2/manifest.ttl @@ -4,6 +4,6 @@ <http://lv2plug.in/ns/ext/midi> a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 2 ; + lv2:microVersion 3 ; rdfs:seeAlso <midi.ttl> . diff --git a/ext/osc.lv2/manifest.ttl b/ext/osc.lv2/manifest.ttl index dc7c310..7209b05 100644 --- a/ext/osc.lv2/manifest.ttl +++ b/ext/osc.lv2/manifest.ttl @@ -3,5 +3,7 @@ <http://lv2plug.in/ns/ext/osc> a lv2:Specification ; + lv2:minorVersion 0 ; + lv2:microVersion 1 ; rdfs:seeAlso <osc.ttl> . diff --git a/ext/parameter.lv2/manifest.ttl b/ext/parameter.lv2/manifest.ttl index 04e511d..d7af7ff 100644 --- a/ext/parameter.lv2/manifest.ttl +++ b/ext/parameter.lv2/manifest.ttl @@ -3,5 +3,7 @@ <http://lv2plug.in/ns/ext/parameter> a lv2:Specification ; + lv2:minorVersion 0 ; + lv2:microVersion 1 ; rdfs:seeAlso <parameter.ttl> . diff --git a/ext/port-groups.lv2/manifest.ttl b/ext/port-groups.lv2/manifest.ttl index 4f6c01c..ff4205b 100644 --- a/ext/port-groups.lv2/manifest.ttl +++ b/ext/port-groups.lv2/manifest.ttl @@ -3,5 +3,7 @@ <http://lv2plug.in/ns/ext/port-groups> a lv2:Specification ; + lv2:minorVersion 0 ; + lv2:microVersion 1 ; rdfs:seeAlso <port-groups.ttl> . diff --git a/ext/resize-port.lv2/manifest.ttl b/ext/resize-port.lv2/manifest.ttl index 0f2179b..37d1b42 100644 --- a/ext/resize-port.lv2/manifest.ttl +++ b/ext/resize-port.lv2/manifest.ttl @@ -3,5 +3,7 @@ <http://lv2plug.in/ns/ext/resize-port> a lv2:Specification ; + lv2:minorVersion 0 ; + lv2:microVersion 1 ; rdfs:seeAlso <resize-port.ttl> . diff --git a/ext/string-port.lv2/manifest.ttl b/ext/string-port.lv2/manifest.ttl index c7ba4e1..d0e618e 100644 --- a/ext/string-port.lv2/manifest.ttl +++ b/ext/string-port.lv2/manifest.ttl @@ -3,4 +3,6 @@ <http://lv2plug.in/ns/ext/string-port> a lv2:Specification ; + lv2:minorVersion 0 ; + lv2:microVersion 1 ; rdfs:seeAlso <string-port.ttl> . diff --git a/ext/time.lv2/manifest.ttl b/ext/time.lv2/manifest.ttl index 6057be7..2657388 100644 --- a/ext/time.lv2/manifest.ttl +++ b/ext/time.lv2/manifest.ttl @@ -4,6 +4,6 @@ <http://lv2plug.in/ns/ext/time> a lv2:Specification ; lv2:minorVersion 0 ; - lv2:microVersion 0 ; + lv2:microVersion 1 ; rdfs:seeAlso <time.ttl> . diff --git a/ext/ui-resize.lv2/manifest.ttl b/ext/ui-resize.lv2/manifest.ttl index 0c9ce4a..ca5cdf9 100644 --- a/ext/ui-resize.lv2/manifest.ttl +++ b/ext/ui-resize.lv2/manifest.ttl @@ -3,5 +3,7 @@ <http://lv2plug.in/ns/ext/ui-resize> a lv2:Specification ; + lv2:minorVersion 0 ; + lv2:microVersion 1 ; rdfs:seeAlso <ui-resize.ttl> . diff --git a/ext/uri-unmap.lv2/manifest.ttl b/ext/uri-unmap.lv2/manifest.ttl index 512db0c..217e7b6 100644 --- a/ext/uri-unmap.lv2/manifest.ttl +++ b/ext/uri-unmap.lv2/manifest.ttl @@ -3,4 +3,6 @@ <http://lv2plug.in/ns/ext/uri-unmap> a lv2:Specification ; + lv2:minorVersion 0 ; + lv2:microVersion 1 ; rdfs:seeAlso <uri-unmap.ttl> . |