aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/patch
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-08-08 18:53:43 +0000
committerDavid Robillard <d@drobilla.net>2014-08-08 18:53:43 +0000
commit29a6502b93ad44d3f8fe4f0a579a3e8ef369dbfd (patch)
treecf183650fd4684dbb19e0c1de50949755e5a2a4c /lv2/lv2plug.in/ns/ext/patch
parent78428cf5ca68fc0ca333e61a68708c3422fd8ccc (diff)
downloadlv2-29a6502b93ad44d3f8fe4f0a579a3e8ef369dbfd.tar.xz
LV2 1.10.0
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/patch')
-rw-r--r--lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl6
-rw-r--r--lv2/lv2plug.in/ns/ext/patch/manifest.ttl2
2 files changed, 5 insertions, 3 deletions
diff --git a/lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl b/lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl
index 75cde84..e5595ef 100644
--- a/lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl
+++ b/lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl
@@ -12,8 +12,10 @@
doap:name "LV2 Patch" ;
doap:shortdesc "Messages for accessing and manipulating properties." ;
doap:release [
- doap:revision "2.1" ;
- doap:created "2013-01-23" ;
+ doap:revision "2.2" ;
+ doap:created "2014-08-08" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.10.0.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
dcs:changeset [
dcs:item [
rdfs:label "Add patch:sequenceNumber for associating replies with requests."
diff --git a/lv2/lv2plug.in/ns/ext/patch/manifest.ttl b/lv2/lv2plug.in/ns/ext/patch/manifest.ttl
index a2d2176..e348f43 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 1 ;
+ lv2:microVersion 2 ;
rdfs:seeAlso <patch.ttl> .