diff options
author | David Robillard <d@drobilla.net> | 2011-11-05 03:45:53 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-05 03:45:53 +0000 |
commit | 4ee818b680e6864e03d98aa945be1600471db578 (patch) | |
tree | 6de8cea2f54e561b9f5ace6eac018d85ea7f54a7 /ext/event.lv2/manifest.ttl | |
parent | 434a3c065b0b9ac73692bc445b01e91123554e50 (diff) | |
download | lv2-4ee818b680e6864e03d98aa945be1600471db578.tar.xz |
Mark event and uri-map as deprecated and point to their successors in documentation.
Diffstat (limited to 'ext/event.lv2/manifest.ttl')
-rw-r--r-- | ext/event.lv2/manifest.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/event.lv2/manifest.ttl b/ext/event.lv2/manifest.ttl index bea8a13..2b1ff43 100644 --- a/ext/event.lv2/manifest.ttl +++ b/ext/event.lv2/manifest.ttl @@ -4,6 +4,6 @@ <http://lv2plug.in/ns/ext/event> a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 2 ; + lv2:microVersion 3 ; rdfs:seeAlso <event.ttl> . |