From c12e45895f93e7bf3b42c43cf45208b28208a252 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 4 Jan 2014 21:46:24 +0000 Subject: LV2 1.8.0 --- lv2/lv2plug.in/ns/lv2core/lv2.h | 2 +- lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl | 5 +++-- lv2/lv2plug.in/ns/lv2core/manifest.ttl | 2 +- lv2/lv2plug.in/ns/lv2core/wscript | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) (limited to 'lv2/lv2plug.in/ns/lv2core') diff --git a/lv2/lv2plug.in/ns/lv2core/lv2.h b/lv2/lv2plug.in/ns/lv2core/lv2.h index dd69d6d..220fbb0 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2.h +++ b/lv2/lv2plug.in/ns/lv2core/lv2.h @@ -21,7 +21,7 @@ /** @file lv2.h API for the LV2 specification . - Revision: 11.0 + Revision: 12.0 */ #ifndef LV2_H_INCLUDED diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl index 47d6254..df919b6 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl @@ -16,8 +16,9 @@ ; doap:maintainer ; doap:release [ - doap:revision "11.0" ; - doap:created "2013-12-27" ; + doap:revision "12.0" ; + doap:created "2014-01-04" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ diff --git a/lv2/lv2plug.in/ns/lv2core/manifest.ttl b/lv2/lv2plug.in/ns/lv2core/manifest.ttl index 7a165c3..6e1c389 100644 --- a/lv2/lv2plug.in/ns/lv2core/manifest.ttl +++ b/lv2/lv2plug.in/ns/lv2core/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; - lv2:minorVersion 11 ; + lv2:minorVersion 12 ; lv2:microVersion 0 ; rdfs:seeAlso . diff --git a/lv2/lv2plug.in/ns/lv2core/wscript b/lv2/lv2plug.in/ns/lv2core/wscript index 88104ae..d301fc3 100644 --- a/lv2/lv2plug.in/ns/lv2core/wscript +++ b/lv2/lv2plug.in/ns/lv2core/wscript @@ -6,7 +6,7 @@ import waflib.Options as Options import glob # Version of this package (even if built as a child) -LV2CORE_VERSION = '11.0' +LV2CORE_VERSION = '12.0' # Variables for 'waf dist' APPNAME = 'lv2core' -- cgit v1.2.1