aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-08-08 22:32:00 +0000
committerDavid Robillard <d@drobilla.net>2014-08-08 22:32:00 +0000
commit5c369f94a202f3a1f2494fa9784c7008a328fbdd (patch)
tree61db8d920c298deef3e5e468f7f7253cf75e2bc5
parent8663d3ea10caecaceee14f9566e6a17cb382d33e (diff)
downloadjalv-5c369f94a202f3a1f2494fa9784c7008a328fbdd.tar.gz
jalv-5c369f94a202f3a1f2494fa9784c7008a328fbdd.tar.bz2
jalv-5c369f94a202f3a1f2494fa9784c7008a328fbdd.zip
Jalv 1.4.6.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5442 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--NEWS5
-rw-r--r--wscript2
2 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 458f87a..bdcc701 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-jalv (1.4.5) unstable;
+jalv (1.4.6) stable;
* Show newly saved presets in the preset menu
* Generate Qt moc nonsense at build time for broader compatibility
@@ -9,8 +9,9 @@ jalv (1.4.5) unstable;
* Add option to print control output changes to stdout
* Support saving the same preset several times
* Update man pages and console jalv help output for new options
+ * Upgrade to waf 1.7.16
- -- David Robillard <d@drobilla.net> Tue, 15 Jul 2014 15:15:17 -0400
+ -- David Robillard <d@drobilla.net> Fri, 08 Aug 2014 18:30:28 -0400
jalv (1.4.4) stable;
diff --git a/wscript b/wscript
index c3708b0..cc755f1 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.5'
+JALV_VERSION = '1.4.6'
# Variables for 'waf dist'
APPNAME = 'jalv'