From 57b35f6803a284f33b8cf71ce189669a90a6f7b6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 6 Jun 2019 22:41:30 +0200 Subject: Jalv 1.6.2 --- NEWS | 4 ++-- wscript | 2 +- 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 Sat, 29 Sep 2018 14:16:07 +0200 + -- David Robillard 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' -- cgit v1.2.1