diff options
| author | David Robillard <d@drobilla.net> | 2014-01-04 21:46:24 +0000 | 
|---|---|---|
| committer | David Robillard <d@drobilla.net> | 2014-01-04 21:46:24 +0000 | 
| commit | c12e45895f93e7bf3b42c43cf45208b28208a252 (patch) | |
| tree | 13987e679ea73b99651633d2ba0229156c0daa16 /lv2/lv2plug.in/ns/lv2core | |
| parent | 3664a975933163639a54f8ba35a7fc2c0dae6034 (diff) | |
| download | lv2-c12e45895f93e7bf3b42c43cf45208b28208a252.tar.xz | |
LV2 1.8.0
Diffstat (limited to 'lv2/lv2plug.in/ns/lv2core')
| -rw-r--r-- | lv2/lv2plug.in/ns/lv2core/lv2.h | 2 | ||||
| -rw-r--r-- | lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl | 5 | ||||
| -rw-r--r-- | lv2/lv2plug.in/ns/lv2core/manifest.ttl | 2 | ||||
| -rw-r--r-- | lv2/lv2plug.in/ns/lv2core/wscript | 2 | 
4 files changed, 6 insertions, 5 deletions
| 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 <http://lv2plug.in/ns/lv2core>. -   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 @@  		<http://drobilla.net/drobilla#me> ;  	doap:maintainer <http://drobilla.net/drobilla#me> ;  	doap:release [ -		doap:revision "11.0" ; -		doap:created "2013-12-27" ; +		doap:revision "12.0" ; +		doap:created "2014-01-04" ; +		doap:file-release <http://lv2plug.in/spec/lv2-1.8.0.tar.bz2> ;  		dcs:blame <http://drobilla.net/drobilla#me> ;  		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 @@  <http://lv2plug.in/ns/lv2core>  	a lv2:Specification ; -	lv2:minorVersion 11 ; +	lv2:minorVersion 12 ;  	lv2:microVersion 0 ;  	rdfs:seeAlso <lv2core.ttl> . 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' |