From b57bd620acd857a55987cce2ba33d47ede9ea4fc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 25 Jul 2015 17:04:05 +0000 Subject: Remove invalid reference to old LADSPA pulse_vco binary. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5699 a436a847-0d15-0410-975c-d299462d15a1 --- NEWS | 5 +++-- fomp.lv2/pulse_vco.ttl | 1 - wscript | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index e76de5b..307e076 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,12 @@ -fomp (1.0.1) unstable; +fomp (1.1.0) unstable; * Fix phaser plugin data and list phasers in manifest * Fix port symbol for MVCLPF4 input gain (technically breaks state compatibility, but old symbol was an oversight) + * Remove invalid reference to old LADSPA pulse_vco binary * Add reverb and reverb_amb - -- David Robillard Mon, 23 Feb 2015 19:45:40 -0500 + -- David Robillard Sat, 25 Jul 2015 13:03:27 -0400 fomp (1.0.0) stable; diff --git a/fomp.lv2/pulse_vco.ttl b/fomp.lv2/pulse_vco.ttl index 15c634f..77dd0af 100644 --- a/fomp.lv2/pulse_vco.ttl +++ b/fomp.lv2/pulse_vco.ttl @@ -8,7 +8,6 @@ fomp:pulse_vco a lv2:Plugin , lv2:OscillatorPlugin ; doap:name "Pulse VCO" ; - lv2:binary ; lv2:microVersion 0 ; lv2:minorVersion 0 ; lv2:optionalFeature lv2:hardRTCapable ; diff --git a/wscript b/wscript index 9809581..fd4ad3a 100644 --- a/wscript +++ b/wscript @@ -4,7 +4,7 @@ import shutil import waflib.extras.autowaf as autowaf # Version of this package (even if built as a child) -FOMP_VERSION = '1.0.0' +FOMP_VERSION = '1.1.0' # Mandatory waf variables APPNAME = 'fomp' # Package name for waf dist -- cgit v1.2.1