diff options
author | David Robillard <d@drobilla.net> | 2019-06-06 22:41:30 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-06-06 22:49:14 +0200 |
commit | 57b35f6803a284f33b8cf71ce189669a90a6f7b6 (patch) | |
tree | 74bf2c26959a14ffd42d2107f91f378fd99e465e /wscript | |
parent | 0be3f127783fd648db93e92dc6e040f8c5a725f3 (diff) | |
download | jalv-57b35f6803a284f33b8cf71ce189669a90a6f7b6.tar.gz jalv-57b35f6803a284f33b8cf71ce189669a90a6f7b6.tar.bz2 jalv-57b35f6803a284f33b8cf71ce189669a90a6f7b6.zip |
Jalv 1.6.2v1.6.2
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |