diff options
Diffstat (limited to 'lv2/ns')
-rw-r--r-- | lv2/ns/ext/uri-map/manifest.ttl | 2 | ||||
-rw-r--r-- | lv2/ns/ext/uri-map/uri-map.ttl | 25 |
2 files changed, 26 insertions, 1 deletions
diff --git a/lv2/ns/ext/uri-map/manifest.ttl b/lv2/ns/ext/uri-map/manifest.ttl index eb78686..0348a55 100644 --- a/lv2/ns/ext/uri-map/manifest.ttl +++ b/lv2/ns/ext/uri-map/manifest.ttl @@ -4,5 +4,5 @@ <http://lv2plug.in/ns/ext/uri-map> a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 2 ; + lv2:microVersion 4 ; rdfs:seeAlso <uri-map.ttl> . diff --git a/lv2/ns/ext/uri-map/uri-map.ttl b/lv2/ns/ext/uri-map/uri-map.ttl index 92b0e1b..88f0fdd 100644 --- a/lv2/ns/ext/uri-map/uri-map.ttl +++ b/lv2/ns/ext/uri-map/uri-map.ttl @@ -42,9 +42,34 @@ _:larsl doap:name "LV2 URI Map" ; doap:shortdesc "A feature for mapping URIs to integers." ; doap:release [ + doap:revision "1.4" ; + doap:created "2011-11-21" ; + dcs:blame <http://drobilla.net/drobilla#me> ; + doap:file-release <http://lv2plug.in/spec/lv2-uri-map-1.4.tar.bz2> ; + dcs:changeset [ + dcs:item [ + rdfs:label "Update packaging." + ] , [ + rdfs:label "Deprecate uri-map in favour of urid." + ] + ] + ] , [ doap:revision "1.2" ; doap:created "2011-05-26" ; dcs:blame <http://drobilla.net/drobilla#me> ; + doap:file-release <http://lv2plug.in/spec/lv2-uri-map-1.2.tar.bz2> ; + dcs:changeset [ + dcs:item [ + rdfs:label "Add build system (for installation)." + ] , [ + rdfs:label "Mark up documentation in HTML using lv2:docum" + ] + ] + ] , [ + doap:revision "1.0" ; + doap:created "2010-10-18" ; + doap:file-release <http://lv2plug.in/spec/lv2-uri-map-1.0.tar.gz> ; + dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ rdfs:label "Initial release." |