diff options
author | David Robillard <d@drobilla.net> | 2012-07-02 16:21:31 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-07-02 16:21:31 +0000 |
commit | 360399998b3dbacd12d8b8a79f2a97e54be6d43f (patch) | |
tree | 81f3e7d3ad52b52c966730367c421367223c5db7 /lv2/lv2plug.in/ns/ext/event/manifest.ttl | |
parent | 614420471551f48ede7e829a62e008547f3c116b (diff) | |
download | lv2-360399998b3dbacd12d8b8a79f2a97e54be6d43f.tar.xz |
Make event iterator gracefully handle optional ports.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/event/manifest.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/event/manifest.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/event/manifest.ttl b/lv2/lv2plug.in/ns/ext/event/manifest.ttl index 2b21906..27882bf 100644 --- a/lv2/lv2plug.in/ns/ext/event/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/event/manifest.ttl @@ -4,6 +4,6 @@ <http://lv2plug.in/ns/ext/event> a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 6 ; + lv2:microVersion 7 ; rdfs:seeAlso <event.ttl> . |