diff options
author | David Robillard <d@drobilla.net> | 2011-04-05 23:48:23 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-04-05 23:48:23 +0000 |
commit | 3cffdf1c4b00df2ae2217652f4e813aa092fb75c (patch) | |
tree | 63ed2aaaf7281d80ff68854eae89e7bb7b3038f8 /ext/files.lv2/manifest.ttl | |
parent | bd6e5f17c38e0e0291fa40ad57a83b1009b76c08 (diff) | |
download | lv2-3cffdf1c4b00df2ae2217652f4e813aa092fb75c.tar.xz |
Split state file path support and new file creation support into separate features.
Diffstat (limited to 'ext/files.lv2/manifest.ttl')
-rw-r--r-- | ext/files.lv2/manifest.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/files.lv2/manifest.ttl b/ext/files.lv2/manifest.ttl index 08c3ef2..d0233c4 100644 --- a/ext/files.lv2/manifest.ttl +++ b/ext/files.lv2/manifest.ttl @@ -4,6 +4,6 @@ <http://lv2plug.in/ns/ext/files> a lv2:Specification ; lv2:minorVersion 0 ; - lv2:microVersion 1 ; + lv2:microVersion 2 ; rdfs:seeAlso <files.ttl> . |