aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--wscript2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 9b11d8c..c69fe28 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-jalv (1.6.5) unstable;
+jalv (1.6.6) stable;
* Add a command line argument to select a specific UI
* Explicitly support lv2:inPlaceBroken
@@ -6,7 +6,7 @@ jalv (1.6.5) unstable;
* Remove Jack session support
* Support port events for ui:showInterface UIs
- -- David Robillard <d@drobilla.net> Fri, 18 Dec 2020 20:45:03 +0000
+ -- David Robillard <d@drobilla.net> Thu, 07 Jan 2021 22:05:38 +0000
jalv (1.6.4) stable;
diff --git a/wscript b/wscript
index 91c28b2..06f74f2 100644
--- a/wscript
+++ b/wscript
@@ -4,7 +4,7 @@ from waflib import Build, Logs, Options
from waflib.extras import autowaf as autowaf
# Version of this package (even if built as a child)
-JALV_VERSION = '1.6.5'
+JALV_VERSION = '1.6.6'
# Mandatory waf variables
APPNAME = 'jalv' # Package name for waf dist