diff options
author | David Robillard <d@drobilla.net> | 2013-08-09 04:15:47 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-08-09 04:15:47 +0000 |
commit | 8ca524c7e01e4ec5eca86dbf67e2061e32f34d7c (patch) | |
tree | 804d536c69d4b298f6ce002521805d697e337a77 /lv2/lv2plug.in/ns/ext/atom | |
parent | 289cda0a45cdf65b29560d3bd63eb59ea70a4c1e (diff) | |
download | lv2-8ca524c7e01e4ec5eca86dbf67e2061e32f34d7c.tar.xz |
LV2 1.6.0.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/atom')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl | 4 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/atom/manifest.ttl | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl b/lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl index 4c5fc68..71b7d95 100644 --- a/lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl @@ -12,8 +12,10 @@ doap:created "2007-00-00" ; doap:developer <http://drobilla.net/drobilla#me> ; doap:release [ - doap:revision "1.5" ; + doap:revision "1.6" ; doap:created "2013-05-26" ; + doap:file-release <http://lv2plug.in/spec/lv2-1.6.0.tar.bz2> ; + dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ rdfs:label "Fix crash in forge.h when pushing atoms to a full buffer." diff --git a/lv2/lv2plug.in/ns/ext/atom/manifest.ttl b/lv2/lv2plug.in/ns/ext/atom/manifest.ttl index 3077d35..4c94643 100644 --- a/lv2/lv2plug.in/ns/ext/atom/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/manifest.ttl @@ -4,5 +4,5 @@ <http://lv2plug.in/ns/ext/atom> a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 4 ; + lv2:microVersion 6 ; rdfs:seeAlso <atom.ttl> . |