diff options
author | David Robillard <d@drobilla.net> | 2011-11-06 17:44:39 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-06 17:44:39 +0000 |
commit | a0320122b94a8c92cd780f8d3c9da7260ec400e6 (patch) | |
tree | 9bba3c0dda4b08f491392416630b63377583a328 /ext/atom.lv2/manifest.ttl | |
parent | 09e404f50bcf96c8942d73b5b68baa2f0d6f3d02 (diff) | |
download | lv2-a0320122b94a8c92cd780f8d3c9da7260ec400e6.tar.xz |
Typedef void* callback_data parameter.
Diffstat (limited to 'ext/atom.lv2/manifest.ttl')
-rw-r--r-- | ext/atom.lv2/manifest.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/atom.lv2/manifest.ttl b/ext/atom.lv2/manifest.ttl index d8488b1..adb10e5 100644 --- a/ext/atom.lv2/manifest.ttl +++ b/ext/atom.lv2/manifest.ttl @@ -4,6 +4,6 @@ <http://lv2plug.in/ns/ext/atom> a lv2:Specification ; lv2:minorVersion 0 ; - lv2:microVersion 1 ; + lv2:microVersion 2 ; rdfs:seeAlso <atom.ttl> . |