aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-09-27 02:40:25 +0000
committerDavid Robillard <d@drobilla.net>2014-09-27 02:40:25 +0000
commit9bd21f8fef6ec692e2765bb83fe9ab2a5ba53c83 (patch)
treea6fbb8d2e267270af6a91fb6e181c0eb1dee6321 /wscript
parent5c369f94a202f3a1f2494fa9784c7008a328fbdd (diff)
downloadjalv-9bd21f8fef6ec692e2765bb83fe9ab2a5ba53c83.tar.gz
jalv-9bd21f8fef6ec692e2765bb83fe9ab2a5ba53c83.tar.bz2
jalv-9bd21f8fef6ec692e2765bb83fe9ab2a5ba53c83.zip
Exit on Jack shutdown (close #978).
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5468 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 cc755f1..61a3664 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.6'
+JALV_VERSION = '1.4.7'
# Variables for 'waf dist'
APPNAME = 'jalv'