diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/data-access.lv2/manifest.ttl | 3 | ||||
-rw-r--r-- | ext/dyn-manifest.lv2/manifest.ttl | 3 | ||||
-rw-r--r-- | ext/event.lv2/manifest.ttl | 3 | ||||
-rw-r--r-- | ext/instance-access.lv2/manifest.ttl | 3 | ||||
-rw-r--r-- | ext/midi.lv2/manifest.ttl | 3 | ||||
-rw-r--r-- | ext/presets.lv2/manifest.ttl | 3 | ||||
-rw-r--r-- | ext/uri-map.lv2/manifest.ttl | 3 |
7 files changed, 14 insertions, 7 deletions
diff --git a/ext/data-access.lv2/manifest.ttl b/ext/data-access.lv2/manifest.ttl index 500edaf..5067e85 100644 --- a/ext/data-access.lv2/manifest.ttl +++ b/ext/data-access.lv2/manifest.ttl @@ -3,6 +3,7 @@ <http://lv2plug.in/ns/ext/data-access> a lv2:Specification ; - lv2:revision "1.1pre1" ; + lv2:minorVersion 1 ; + lv2:microVersion 1 ; rdfs:seeAlso <data-access.ttl> . diff --git a/ext/dyn-manifest.lv2/manifest.ttl b/ext/dyn-manifest.lv2/manifest.ttl index c317285..1925428 100644 --- a/ext/dyn-manifest.lv2/manifest.ttl +++ b/ext/dyn-manifest.lv2/manifest.ttl @@ -3,6 +3,7 @@ <http://lv2plug.in/ns/ext/dyn-manifest> a lv2:Specification ; - lv2:revision "1.1pre1" ; + lv2:minorVersion 1 ; + lv2:microVersion 1 ; rdfs:seeAlso <dyn-manifest.ttl> . diff --git a/ext/event.lv2/manifest.ttl b/ext/event.lv2/manifest.ttl index 711bb23..116bc3c 100644 --- a/ext/event.lv2/manifest.ttl +++ b/ext/event.lv2/manifest.ttl @@ -3,6 +3,7 @@ <http://lv2plug.in/ns/ext/event> a lv2:Specification ; - lv2:revision "1.1pre1" ; + lv2:minorVersion 1 ; + lv2:microVersion 1 ; rdfs:seeAlso <event.ttl> . diff --git a/ext/instance-access.lv2/manifest.ttl b/ext/instance-access.lv2/manifest.ttl index cf7d15a..e118fdc 100644 --- a/ext/instance-access.lv2/manifest.ttl +++ b/ext/instance-access.lv2/manifest.ttl @@ -3,6 +3,7 @@ <http://lv2plug.in/ns/ext/instance-access> a lv2:Specification ; - lv2:revision "1.1pre1" ; + lv2:minorVersion 1 ; + lv2:microVersion 1 ; rdfs:seeAlso <instance-access.ttl> . diff --git a/ext/midi.lv2/manifest.ttl b/ext/midi.lv2/manifest.ttl index f299b6e..2e78392 100644 --- a/ext/midi.lv2/manifest.ttl +++ b/ext/midi.lv2/manifest.ttl @@ -3,6 +3,7 @@ <http://lv2plug.in/ns/ext/midi> a lv2:Specification ; - lv2:revision "1.1pre1" ; + lv2:minorVersion 1 ; + lv2:microVersion 1 ; rdfs:seeAlso <midi.ttl> . diff --git a/ext/presets.lv2/manifest.ttl b/ext/presets.lv2/manifest.ttl index 3ff9096..09ea111 100644 --- a/ext/presets.lv2/manifest.ttl +++ b/ext/presets.lv2/manifest.ttl @@ -3,6 +3,7 @@ <http://lv2plug.in/ns/ext/presets> a lv2:Specification ; - lv2:revision "2.1pre1" ; + lv2:minorVersion 2 ; + lv2:microVersion 1 ; rdfs:seeAlso <presets.ttl> . diff --git a/ext/uri-map.lv2/manifest.ttl b/ext/uri-map.lv2/manifest.ttl index 55a34c7..cf6c3d6 100644 --- a/ext/uri-map.lv2/manifest.ttl +++ b/ext/uri-map.lv2/manifest.ttl @@ -3,5 +3,6 @@ <http://lv2plug.in/ns/ext/uri-map> a lv2:Specification ; - lv2:revision "1.1pre1" ; + lv2:minorVersion 1 ; + lv2:microVersion 1 ; rdfs:seeAlso <uri-map.ttl> . |