diff options
author | David Robillard <d@drobilla.net> | 2012-04-17 04:38:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-17 04:38:00 +0000 |
commit | 6322b252963f1f841feb776582f0abe05316530b (patch) | |
tree | 708c5dbde693afe1f4b7f8b37cbba46a03d113f7 /lv2/lv2plug.in/ns/ext/atom | |
parent | 7b7d577344694538271bd2e4adfdadfd6f6757b2 (diff) | |
download | lv2-6322b252963f1f841feb776582f0abe05316530b.tar.xz |
Bump versions, mark up releases, portability fixes.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/atom')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/atom/atom.ttl | 12 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/atom/manifest.ttl | 4 |
2 files changed, 11 insertions, 5 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl index 086dc18..ba7b00c 100644 --- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl @@ -22,9 +22,15 @@ doap:created "2007-00-00" ; doap:developer <http://drobilla.net/drobilla#me> ; doap:release [ - doap:revision "0.6" ; - doap:created "2012-02-22" ; - dcs:blame <http://drobilla.net/drobilla#me> + doap:revision "1.0" ; + doap:created "2012-04-17" ; + doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ; + dcs:blame <http://drobilla.net/drobilla#me> ; + dcs:changeset [ + dcs:item [ + rdfs:label "Initial release." + ] + ] ] ; lv2:documentation """ <p>This specification defines a generic container for data, called an diff --git a/lv2/lv2plug.in/ns/ext/atom/manifest.ttl b/lv2/lv2plug.in/ns/ext/atom/manifest.ttl index 6af1973..178911e 100644 --- a/lv2/lv2plug.in/ns/ext/atom/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/manifest.ttl @@ -3,6 +3,6 @@ <http://lv2plug.in/ns/ext/atom> a lv2:Specification ; - lv2:minorVersion 0 ; - lv2:microVersion 6 ; + lv2:minorVersion 1 ; + lv2:microVersion 0 ; rdfs:seeAlso <atom.ttl> . |