diff options
author | David Robillard <d@drobilla.net> | 2014-10-31 23:53:24 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-10-31 23:53:24 +0000 |
commit | 6df6f3b58f366e5772bf1950a39696adcac9b9c6 (patch) | |
tree | e0f5d49542c7ac5cf36186617c85490e0b0d9eec /lv2/lv2plug.in/ns/ext/patch/manifest.ttl | |
parent | 29a6502b93ad44d3f8fe4f0a579a3e8ef369dbfd (diff) | |
download | lv2-6df6f3b58f366e5772bf1950a39696adcac9b9c6.tar.xz |
Define patch:Get with no subject to implicitly apply to reciever. This can be used by UIs to get an initial description of a plugin.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/patch/manifest.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/patch/manifest.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/patch/manifest.ttl b/lv2/lv2plug.in/ns/ext/patch/manifest.ttl index e348f43..d60cdf3 100644 --- a/lv2/lv2plug.in/ns/ext/patch/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/patch/manifest.ttl @@ -4,5 +4,5 @@ <http://lv2plug.in/ns/ext/patch> a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 2 ; + lv2:microVersion 3 ; rdfs:seeAlso <patch.ttl> . |