aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--fomp.lv2/pulse_vco.ttl1
-rw-r--r--wscript2
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 <d@drobilla.net> Mon, 23 Feb 2015 19:45:40 -0500
+ -- David Robillard <d@drobilla.net> 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 <file:///usr/local/lib/lv2/naspro-ladspa.lv2/ladspa.so> ;
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