From 67c8157ff91bece4a92cacc75a25e0808dc707c8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Feb 2013 04:50:22 +0000 Subject: Jalv 1.4.0. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5072 a436a847-0d15-0410-975c-d299462d15a1 --- NEWS | 4 ++-- wscript | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 6aa57db..4a38cbf 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -jalv (1.2.1) unstable; +jalv (1.4.0) stable; * Send time information to plugin when Jack tempo changes * Group controls under headings if port group information is available @@ -9,7 +9,7 @@ jalv (1.2.1) unstable; * Support state:loadDefaultState * Update to waf 1.7.8 and autowaf r90 - -- David Robillard Sun, 10 Feb 2013 21:32:39 -0500 + -- David Robillard Fri, 22 Feb 2013 22:35:22 -0500 jalv (1.2.0) stable; diff --git a/wscript b/wscript index 4a4eda9..4aa0dc9 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.2.1' +JALV_VERSION = '1.4.0' # Variables for 'waf dist' APPNAME = 'jalv' -- cgit v1.2.1