From ece195616828b98c77b582c00b84b31f1fa027d6 Mon Sep 17 00:00:00 2001
From: David Robillard
Date: Tue, 22 Nov 2011 00:52:56 +0000
Subject: Prepare releases.
---
lv2/ns/ext/data-access/data-access.ttl | 2 +-
lv2/ns/ext/dynmanifest/dynmanifest.h | 2 +-
lv2/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl | 2 +-
lv2/ns/ext/host-info/host-info.ttl | 1 -
lv2/ns/ext/instance-access/instance-access.ttl | 2 +-
lv2/ns/ext/midi/midi.ttl | 2 +-
lv2/ns/ext/parameter/parameter.ttl | 2 +-
lv2/ns/ext/presets/presets.ttl | 2 +-
lv2/ns/lv2core/lv2.h | 2 +-
lv2/ns/lv2core/lv2core.pc.in | 2 +-
10 files changed, 9 insertions(+), 10 deletions(-)
(limited to 'lv2')
diff --git a/lv2/ns/ext/data-access/data-access.ttl b/lv2/ns/ext/data-access/data-access.ttl
index ac9bc74..6b0d817 100644
--- a/lv2/ns/ext/data-access/data-access.ttl
+++ b/lv2/ns/ext/data-access/data-access.ttl
@@ -38,7 +38,7 @@
doap:developer ;
doap:release [
doap:revision "1.4" ;
- doap:created "2011-11-14" ;
+ doap:created "2011-11-21" ;
doap:file-release ;
dcs:blame ;
dcs:changeset [
diff --git a/lv2/ns/ext/dynmanifest/dynmanifest.h b/lv2/ns/ext/dynmanifest/dynmanifest.h
index 56d829e..51908b7 100644
--- a/lv2/ns/ext/dynmanifest/dynmanifest.h
+++ b/lv2/ns/ext/dynmanifest/dynmanifest.h
@@ -19,7 +19,7 @@
@file dynmanifest.h
C header for the LV2 Dynamic Manifest extension
.
- Revision: 1.1
+ Revision: 1.2
*/
#ifndef LV2_DYN_MANIFEST_H_INCLUDED
diff --git a/lv2/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl b/lv2/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl
index 60d0cdc..6c4d985 100644
--- a/lv2/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl
+++ b/lv2/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl
@@ -24,7 +24,7 @@
] ;
doap:release [
doap:revision "1.2" ;
- doap:created "2011-11-17" ;
+ doap:created "2011-11-21" ;
dcs:blame ;
dcs:changeset [
dcs:item [
diff --git a/lv2/ns/ext/host-info/host-info.ttl b/lv2/ns/ext/host-info/host-info.ttl
index 127f4cc..4f563bb 100644
--- a/lv2/ns/ext/host-info/host-info.ttl
+++ b/lv2/ns/ext/host-info/host-info.ttl
@@ -1,5 +1,4 @@
# LV2 Host Info Extension
-# PROVISIONAL
# Copyright (C) 2009 David Robillard
#
# Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/lv2/ns/ext/instance-access/instance-access.ttl b/lv2/ns/ext/instance-access/instance-access.ttl
index 211f55f..14eb732 100644
--- a/lv2/ns/ext/instance-access/instance-access.ttl
+++ b/lv2/ns/ext/instance-access/instance-access.ttl
@@ -37,7 +37,7 @@
doap:developer ;
doap:release [
doap:revision "1.4" ;
- doap:created "2011-11-14" ;
+ doap:created "2011-11-21" ;
doap:file-release ;
dcs:blame ;
dcs:changeset [
diff --git a/lv2/ns/ext/midi/midi.ttl b/lv2/ns/ext/midi/midi.ttl
index d2b7f56..64edf0e 100644
--- a/lv2/ns/ext/midi/midi.ttl
+++ b/lv2/ns/ext/midi/midi.ttl
@@ -44,7 +44,7 @@ _:larsl
doap:developer _:larsl ;
doap:release [
doap:revision "1.4" ;
- doap:created "2011-11-14" ;
+ doap:created "2011-11-21" ;
doap:file-release ;
dcs:blame ;
dcs:changeset [
diff --git a/lv2/ns/ext/parameter/parameter.ttl b/lv2/ns/ext/parameter/parameter.ttl
index 191aa81..e43cc48 100644
--- a/lv2/ns/ext/parameter/parameter.ttl
+++ b/lv2/ns/ext/parameter/parameter.ttl
@@ -65,7 +65,7 @@ to a command port).
param:supportsType a rdf:Property ;
rdfs:domain param:Parameter ;
- rdfs:range atom:AtomType ;
+ rdfs:range atom:Atom ;
rdfs:label "supports type" ;
lv2:documentation """
Indicates that a Parameter has values of a particular type. A Parameter may
diff --git a/lv2/ns/ext/presets/presets.ttl b/lv2/ns/ext/presets/presets.ttl
index ddc383e..e11210a 100644
--- a/lv2/ns/ext/presets/presets.ttl
+++ b/lv2/ns/ext/presets/presets.ttl
@@ -38,7 +38,7 @@
doap:maintainer ;
doap:release [
doap:revision "2.2" ;
- doap:created "2011-11-14" ;
+ doap:created "2011-11-21" ;
doap:file-release ;
dcs:blame ;
dcs:changeset [
diff --git a/lv2/ns/lv2core/lv2.h b/lv2/ns/lv2core/lv2.h
index 79d9a02..f633265 100644
--- a/lv2/ns/lv2core/lv2.h
+++ b/lv2/ns/lv2core/lv2.h
@@ -21,7 +21,7 @@
/**
@file lv2.h
API for the LV2 specification .
- Revision: 4.1
+ Revision: 6.0
*/
#ifndef LV2_H_INCLUDED
diff --git a/lv2/ns/lv2core/lv2core.pc.in b/lv2/ns/lv2core/lv2core.pc.in
index bcaa501..96e5169 100644
--- a/lv2/ns/lv2core/lv2core.pc.in
+++ b/lv2/ns/lv2core/lv2core.pc.in
@@ -5,6 +5,6 @@ includedir=@INCLUDEDIR@
Name: lv2core
Version: @LV2CORE_VERSION@
-Description: Core LV2 plugin header and specification
+Description: An audio plugin interface specification.
Libs:
Cflags: -I${includedir}
--
cgit v1.2.1