aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/atom
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-02-03 17:01:24 +0100
committerDavid Robillard <d@drobilla.net>2019-02-03 17:01:24 +0100
commit0fa4d4847eb6d5bb0f58da889933c94c37ecb730 (patch)
tree48e154d4666ed13993c2fc43f484591a8bdcd0ef /lv2/atom
parent371be5a453fe988bae9377ed1fedf15707ec38ea (diff)
downloadlv2-0fa4d4847eb6d5bb0f58da889933c94c37ecb730.tar.xz
LV2 1.16.0v1.16.0
Diffstat (limited to 'lv2/atom')
-rw-r--r--lv2/atom/lv2-atom.doap.ttl5
-rw-r--r--lv2/atom/manifest.ttl2
2 files changed, 4 insertions, 3 deletions
diff --git a/lv2/atom/lv2-atom.doap.ttl b/lv2/atom/lv2-atom.doap.ttl
index 681ff77..1613c64 100644
--- a/lv2/atom/lv2-atom.doap.ttl
+++ b/lv2/atom/lv2-atom.doap.ttl
@@ -11,8 +11,9 @@
doap:created "2007-00-00" ;
doap:developer <http://drobilla.net/drobilla#me> ;
doap:release [
- doap:revision "2.1" ;
- doap:created "2016-10-03" ;
+ doap:revision "2.2" ;
+ doap:created "2019-02-03" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.16.0.tar.bz2> ;
dcs:blame <http://drobilla.net/drobilla#me> ;
dcs:changeset [
dcs:item [
diff --git a/lv2/atom/manifest.ttl b/lv2/atom/manifest.ttl
index ebdf111..ae6195b 100644
--- a/lv2/atom/manifest.ttl
+++ b/lv2/atom/manifest.ttl
@@ -4,5 +4,5 @@
<http://lv2plug.in/ns/ext/atom>
a lv2:Specification ;
lv2:minorVersion 2 ;
- lv2:microVersion 1 ;
+ lv2:microVersion 2 ;
rdfs:seeAlso <atom.ttl> .