diff options
author | David Robillard <d@drobilla.net> | 2016-10-03 22:51:41 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-10-04 00:47:19 -0400 |
commit | 039023c4b4b0e3cdf787c33fcfe62c97def07dd4 (patch) | |
tree | 9567d5432ed7bcacf6205595fee1cd811722c148 /lv2/lv2plug.in/ns/ext/patch/manifest.ttl | |
parent | 6e4ba73d8363b35fb8fea4ec711320e9475822f7 (diff) | |
download | lv2-039023c4b4b0e3cdf787c33fcfe62c97def07dd4.tar.xz |
Add patch:accept property
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 78e07f5..9803a5d 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 4 ; + lv2:microVersion 5 ; rdfs:seeAlso <patch.ttl> . |