From 5206cfdc728e0e5eadd800a1a03ad72251727938 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 5 Mar 2011 01:16:44 +0000 Subject: Numeric minor/micro versions instead of version strings. --- ext/data-access.lv2/manifest.ttl | 3 ++- ext/dyn-manifest.lv2/manifest.ttl | 3 ++- ext/event.lv2/manifest.ttl | 3 ++- ext/instance-access.lv2/manifest.ttl | 3 ++- ext/midi.lv2/manifest.ttl | 3 ++- ext/presets.lv2/manifest.ttl | 3 ++- ext/uri-map.lv2/manifest.ttl | 3 ++- 7 files changed, 14 insertions(+), 7 deletions(-) (limited to 'ext') 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 @@ a lv2:Specification ; - lv2:revision "1.1pre1" ; + lv2:minorVersion 1 ; + lv2:microVersion 1 ; rdfs:seeAlso . 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 @@ a lv2:Specification ; - lv2:revision "1.1pre1" ; + lv2:minorVersion 1 ; + lv2:microVersion 1 ; rdfs:seeAlso . 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 @@ a lv2:Specification ; - lv2:revision "1.1pre1" ; + lv2:minorVersion 1 ; + lv2:microVersion 1 ; rdfs:seeAlso . 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 @@ a lv2:Specification ; - lv2:revision "1.1pre1" ; + lv2:minorVersion 1 ; + lv2:microVersion 1 ; rdfs:seeAlso . 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 @@ a lv2:Specification ; - lv2:revision "1.1pre1" ; + lv2:minorVersion 1 ; + lv2:microVersion 1 ; rdfs:seeAlso . 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 @@ a lv2:Specification ; - lv2:revision "2.1pre1" ; + lv2:minorVersion 2 ; + lv2:microVersion 1 ; rdfs:seeAlso . 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 @@ a lv2:Specification ; - lv2:revision "1.1pre1" ; + lv2:minorVersion 1 ; + lv2:microVersion 1 ; rdfs:seeAlso . -- cgit v1.2.1