diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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; @@ -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' |