aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-11-01 02:39:29 +0000
committerDavid Robillard <d@drobilla.net>2013-11-01 02:39:29 +0000
commit6f24e3c12694a2ec697be35b16b47c0dbe47d507 (patch)
tree0a9984e5c8c8b4c930ff7e907abdd2629de3987b /wscript
parentc6c9c32f922a86c4b4816cefbda0805774f0d1a6 (diff)
downloadjalv-6f24e3c12694a2ec697be35b16b47c0dbe47d507.tar.gz
jalv-6f24e3c12694a2ec697be35b16b47c0dbe47d507.tar.bz2
jalv-6f24e3c12694a2ec697be35b16b47c0dbe47d507.zip
Hide controls for ports with notOnGUI property in generic UI.
Based on #936. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5165 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index bbb0318..058c7b7 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.2'
+JALV_VERSION = '1.4.3'
# Variables for 'waf dist'
APPNAME = 'jalv'