diff options
author | David Robillard <d@drobilla.net> | 2014-01-04 21:46:24 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-01-04 21:46:24 +0000 |
commit | c12e45895f93e7bf3b42c43cf45208b28208a252 (patch) | |
tree | 13987e679ea73b99651633d2ba0229156c0daa16 /lv2/lv2plug.in/ns/ext/log | |
parent | 3664a975933163639a54f8ba35a7fc2c0dae6034 (diff) | |
download | lv2-c12e45895f93e7bf3b42c43cf45208b28208a252.tar.xz |
LV2 1.8.0
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/log')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl | 5 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/log/manifest.ttl | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl b/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl index 9de67dd..c61096a 100644 --- a/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl @@ -11,8 +11,9 @@ doap:created "2012-01-12" ; doap:developer <http://drobilla.net/drobilla#me> ; doap:release [ - doap:revision "2.1" ; - doap:created "2013-12-15" ; + doap:revision "2.2" ; + doap:created "2014-01-04" ; + doap:file-release <http://lv2plug.in/spec/lv2-1.8.0.tar.bz2> ; dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ diff --git a/lv2/lv2plug.in/ns/ext/log/manifest.ttl b/lv2/lv2plug.in/ns/ext/log/manifest.ttl index c76008b..ecace58 100644 --- a/lv2/lv2plug.in/ns/ext/log/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/log/manifest.ttl @@ -4,6 +4,6 @@ <http://lv2plug.in/ns/ext/log> a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 1 ; + lv2:microVersion 2 ; rdfs:seeAlso <log.ttl> . |