diff options
author | David Robillard <d@drobilla.net> | 2016-09-19 22:14:18 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-19 22:14:18 -0400 |
commit | 2811f4211c8314903da632de665a8e3fd17b5a51 (patch) | |
tree | 358c4d641d61dee133f91c28e8e5d44c8384752d /lv2/lv2plug.in/ns/ext/log | |
parent | 0e8c4220e25b52120c3f298fde5cffaea31a2abf (diff) | |
download | lv2-2811f4211c8314903da632de665a8e3fd17b5a51.tar.xz |
LV2 1.14.0v1.14.0
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/log')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl | 3 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/log/manifest.ttl | 2 |
2 files changed, 3 insertions, 2 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 48460a5..ed89423 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.3" ; + doap:revision "2.4" ; doap:created "2016-07-30" ; + doap:file-release <http://lv2plug.in/spec/lv2-1.14.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 1af8084..afe7449 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 3 ; + lv2:microVersion 4 ; rdfs:seeAlso <log.ttl> . |