diff options
author | David Robillard <d@drobilla.net> | 2013-01-10 05:51:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-01-10 05:51:00 +0000 |
commit | bdf14db0af9cf3ebc52225f8b33abd6def61587d (patch) | |
tree | 9af34d6e1cbbcdfb80b26983b505b814695c4b06 /lv2/lv2plug.in/ns/ext/patch/manifest.ttl | |
parent | b73784ea11af64f1e655637aa2012f454748a87f (diff) | |
download | lv2-bdf14db0af9cf3ebc52225f8b33abd6def61587d.tar.xz |
Make patch:Set a compact message for setting one property.
Add patch:readable and patch:writable for describing available properties.
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 38b93ae..1037a9c 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 1 ; - lv2:microVersion 0 ; + lv2:microVersion 1 ; rdfs:seeAlso <patch.ttl> . |