aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-06-06 22:41:30 +0200
committerDavid Robillard <d@drobilla.net>2019-06-06 22:49:14 +0200
commit57b35f6803a284f33b8cf71ce189669a90a6f7b6 (patch)
tree74bf2c26959a14ffd42d2107f91f378fd99e465e
parent0be3f127783fd648db93e92dc6e040f8c5a725f3 (diff)
downloadjalv-57b35f6803a284f33b8cf71ce189669a90a6f7b6.tar.gz
jalv-57b35f6803a284f33b8cf71ce189669a90a6f7b6.tar.bz2
jalv-57b35f6803a284f33b8cf71ce189669a90a6f7b6.zip
Jalv 1.6.2v1.6.2
-rw-r--r--NEWS4
-rw-r--r--wscript2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 74e7a67..4ca13cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-jalv (1.6.1) unstable;
+jalv (1.6.2) stable;
* Fix compilation with recent Gtkmm versions that require C++11
* Add jalv -i option to ignore stdin for background use
@@ -12,7 +12,7 @@ jalv (1.6.1) unstable;
* Add support for underscore in port names on command line
(thanks Jośe Fernando Moyano)
- -- David Robillard <d@drobilla.net> Sat, 29 Sep 2018 14:16:07 +0200
+ -- David Robillard <d@drobilla.net> Thu, 06 Jun 2019 22:38:01 +0200
jalv (1.6.0) stable;
diff --git a/wscript b/wscript
index 8af3c32..36227fe 100644
--- a/wscript
+++ b/wscript
@@ -7,7 +7,7 @@ from waflib import Options
from waflib.extras import autowaf as autowaf
# Version of this package (even if built as a child)
-JALV_VERSION = '1.6.1'
+JALV_VERSION = '1.6.2'
# Variables for 'waf dist'
APPNAME = 'jalv'