diff options
author | David Robillard <d@drobilla.net> | 2016-07-30 19:08:26 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-07-31 14:24:20 -0400 |
commit | 7a5037a1508e3b84b2f742cda09a044451705d25 (patch) | |
tree | cb23094fde71b7737675280bc870ac109942fa22 /lv2/lv2plug.in/ns/ext/log/manifest.ttl | |
parent | fdeaa14f4078d9eab71fcf38d69010936afd77f7 (diff) | |
download | lv2-7a5037a1508e3b84b2f742cda09a044451705d25.tar.xz |
Add lv2_log_logger_set_map()
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/log/manifest.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/log/manifest.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/log/manifest.ttl b/lv2/lv2plug.in/ns/ext/log/manifest.ttl index ecace58..1af8084 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 2 ; + lv2:microVersion 3 ; rdfs:seeAlso <log.ttl> . |