aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--wscript2
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 <d@drobilla.net> Sun, 10 Feb 2013 21:32:39 -0500
+ -- David Robillard <d@drobilla.net> 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'