From c6c9c32f922a86c4b4816cefbda0805774f0d1a6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 9 Aug 2013 14:42:53 +0000 Subject: Jalv 1.4.2. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5152 a436a847-0d15-0410-975c-d299462d15a1 --- NEWS | 5 +++-- wscript | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 06b16a6..7b9148c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -jalv (1.4.1) unstable; +jalv (1.4.2) stable; * Fix crash when running "jalv" with bad command line arguments * Fix potential crash with UIs and debug printing @@ -9,8 +9,9 @@ jalv (1.4.1) unstable; * Fix default setting for non-sequential enumeration ports (patch from Robin Gareus) * Work around Gtk bug for labels on sliders (patch from Robin Gareus) + * Upgrade to waf 1.7.11 - -- David Robillard Thu, 08 Aug 2013 15:44:21 -0400 + -- David Robillard Fri, 09 Aug 2013 10:40:20 -0400 jalv (1.4.0) stable; diff --git a/wscript b/wscript index 7813452..bbb0318 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.4.0' +JALV_VERSION = '1.4.2' # Variables for 'waf dist' APPNAME = 'jalv' -- cgit v1.2.1