diff options
author | David Robillard <d@drobilla.net> | 2013-12-15 06:46:45 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-12-15 06:46:45 +0000 |
commit | c4a14f44114b8f140697bb651508282b027275f8 (patch) | |
tree | 3ec0a2870165662a8920cfa68e05bfc5cc18d463 /lv2/lv2plug.in/ns/ext/log/manifest.ttl | |
parent | 95cf56ddb4defe605b24ca7f1ec03d396182b449 (diff) | |
download | lv2-c4a14f44114b8f140697bb651508282b027275f8.tar.xz |
Add missing include <string.h> to logger.h for memset.
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 25128dd..c76008b 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 0 ; + lv2:microVersion 1 ; rdfs:seeAlso <log.ttl> . |