aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-10-27 17:42:39 +0000
committerDavid Robillard <d@drobilla.net>2012-10-27 17:42:39 +0000
commitd46af646556e0dbee6e99aa6a9e52ae36f4e227b (patch)
tree1e6d21d34fb4dbbe045f1672afc1521d0168107e
parentf4712be632b28d3078fed22f845c1d3eae1f3ad0 (diff)
downloadjalv-d46af646556e0dbee6e99aa6a9e52ae36f4e227b.tar.gz
jalv-d46af646556e0dbee6e99aa6a9e52ae36f4e227b.tar.bz2
jalv-d46af646556e0dbee6e99aa6a9e52ae36f4e227b.zip
Jalv 1.2.0
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4802 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--NEWS6
-rw-r--r--wscript4
2 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index f417d7c..4be89ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-jalv (9999) unstable;
+jalv (1.2.0) stable;
* Tune UI update rate and ring size based on JACK rate and MIDI buffer size
to handle the handle the maximum message rate the plugin can send.
@@ -9,10 +9,10 @@ jalv (9999) unstable;
* Refuse to instantiate plugins which require unsupported features
* Support LV2 buf-size extension (with all features)
* Add Gtk3 UI
- * Port to Windows
+ * Port to MinGW
* Fix Jack Session support
- -- David Robillard <d@drobilla.net>
+ -- David Robillard <d@drobilla.net> Sun, 14 Oct 2012 18:38:53 -0400
jalv (1.0.0) stable;
diff --git a/wscript b/wscript
index 412e771..ec47df1 100644
--- a/wscript
+++ b/wscript
@@ -4,7 +4,7 @@ from waflib.extras import autowaf as autowaf
import waflib.Options as Options
# Version of this package (even if built as a child)
-JALV_VERSION = '1.0.0'
+JALV_VERSION = '1.2.0'
# Variables for 'waf dist'
APPNAME = 'jalv'
@@ -34,7 +34,7 @@ def configure(conf):
autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV',
atleast_version='0.14.0', mandatory=True)
autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD',
- atleast_version='0.4.5', mandatory=True)
+ atleast_version='0.5.0', mandatory=True)
autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL',
atleast_version='0.6.0', mandatory=True)
autowaf.check_pkg(conf, 'sratom-0', uselib_store='SRATOM',