diff options
author | David Robillard <d@drobilla.net> | 2012-04-06 18:36:36 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-06 18:36:36 +0000 |
commit | bd4d8eba568fe372fae3aab218c221a617af3445 (patch) | |
tree | 1c9057b298576a01b4ae521f9dc706edbafc48d4 /lv2 | |
parent | ce88786d07a7840dfb21171dd15588c0fb46a775 (diff) | |
download | lv2-bd4d8eba568fe372fae3aab218c221a617af3445.tar.xz |
Fix mismatched version.
Diffstat (limited to 'lv2')
-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 fa12f94..0fca25c 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 4 ; + lv2:microVersion 5 ; rdfs:seeAlso <event.ttl> . |