aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/event
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-17 04:38:00 +0000
committerDavid Robillard <d@drobilla.net>2012-04-17 04:38:00 +0000
commit6322b252963f1f841feb776582f0abe05316530b (patch)
tree708c5dbde693afe1f4b7f8b37cbba46a03d113f7 /lv2/lv2plug.in/ns/ext/event
parent7b7d577344694538271bd2e4adfdadfd6f6757b2 (diff)
downloadlv2-6322b252963f1f841feb776582f0abe05316530b.tar.xz
Bump versions, mark up releases, portability fixes.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/event')
-rw-r--r--lv2/lv2plug.in/ns/ext/event/event.ttl8
-rw-r--r--lv2/lv2plug.in/ns/ext/event/manifest.ttl2
2 files changed, 7 insertions, 3 deletions
diff --git a/lv2/lv2plug.in/ns/ext/event/event.ttl b/lv2/lv2plug.in/ns/ext/event/event.ttl
index dd3ba3a..e6a11a3 100644
--- a/lv2/lv2plug.in/ns/ext/event/event.ttl
+++ b/lv2/lv2plug.in/ns/ext/event/event.ttl
@@ -9,6 +9,7 @@
<http://lv2plug.in/ns/ext/event>
a lv2:Specification ;
+ owl:deprecated true ;
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 Event" ;
doap:shortdesc "A port-based real-time generic event interface." ;
@@ -16,14 +17,17 @@
<event-helpers.h> ,
<../../meta/meta.ttl> ;
doap:release [
- doap:revision "1.5" ;
- doap:created "2012-04-05" ;
+ doap:revision "1.6" ;
+ doap:created "2012-04-17" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ;
dcs:blame <http://drobilla.net/drobilla#me> ;
dcs:changeset [
dcs:item [
rdfs:label "Fix bug in lv2_event_reserve()."
] , [
rdfs:label "Fix incorrect ranges of some properties."
+ ] , [
+ rdfs:label "Merge with unified LV2 package."
]
]
] , [
diff --git a/lv2/lv2plug.in/ns/ext/event/manifest.ttl b/lv2/lv2plug.in/ns/ext/event/manifest.ttl
index 0fca25c..2b21906 100644
--- a/lv2/lv2plug.in/ns/ext/event/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/event/manifest.ttl
@@ -4,6 +4,6 @@
<http://lv2plug.in/ns/ext/event>
a lv2:Specification ;
lv2:minorVersion 1 ;
- lv2:microVersion 5 ;
+ lv2:microVersion 6 ;
rdfs:seeAlso <event.ttl> .