diff options
author | David Robillard <d@drobilla.net> | 2011-11-21 06:47:57 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-21 06:47:57 +0000 |
commit | 453ead63988796c5329402cb5ecacc3491628563 (patch) | |
tree | 1deae1fbab31825ae6ce9faa3709479529f2c03c /lv2/ns/ext/event/manifest.ttl | |
parent | 32146710fa768356f7d0255c9b2947a26806712e (diff) | |
download | lv2-453ead63988796c5329402cb5ecacc3491628563.tar.xz |
Remove hasty deprecation of event extension.
Diffstat (limited to 'lv2/ns/ext/event/manifest.ttl')
-rw-r--r-- | lv2/ns/ext/event/manifest.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/ns/ext/event/manifest.ttl b/lv2/ns/ext/event/manifest.ttl index 2b1ff43..fa12f94 100644 --- a/lv2/ns/ext/event/manifest.ttl +++ b/lv2/ns/ext/event/manifest.ttl @@ -4,6 +4,6 @@ <http://lv2plug.in/ns/ext/event> a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 3 ; + lv2:microVersion 4 ; rdfs:seeAlso <event.ttl> . |