aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/patch/manifest.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-22 21:52:34 +0100
committerDavid Robillard <d@drobilla.net>2020-04-10 19:46:04 +0200
commit0eae1e9ec862b84f74ed3c54bad3e75219ad3584 (patch)
treee0098614068b818ae45f2983b53756be214a2f0e /lv2/patch/manifest.ttl
parent55f8ee266cd705a5abfdaf80e96427dd84350240 (diff)
downloadlv2-0eae1e9ec862b84f74ed3c54bad3e75219ad3584.tar.xz
Fix incorrect type of patch:sequenceNumber
Diffstat (limited to 'lv2/patch/manifest.ttl')
-rw-r--r--lv2/patch/manifest.ttl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/patch/manifest.ttl b/lv2/patch/manifest.ttl
index b42d389..5125155 100644
--- a/lv2/patch/manifest.ttl
+++ b/lv2/patch/manifest.ttl
@@ -4,6 +4,6 @@
<http://lv2plug.in/ns/ext/patch>
a lv2:Specification ;
lv2:minorVersion 2 ;
- lv2:microVersion 6 ;
+ lv2:microVersion 7 ;
rdfs:seeAlso <patch.ttl> .