summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--wscript2
2 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e268c12..adcbcf0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,10 @@
-ganv (1.4.1) unstable;
+ganv (1.4.2) stable;
* Fix bug where edges would not update when nodes are moved after the canvas
is cleared (fix stuck connections in Patchage after refresh).
+ * Upgrade to waf 1.7.16
- -- David Robillard <d@drobilla.net> Sun, 13 Jul 2014 15:47:32 -0400
+ -- David Robillard <d@drobilla.net> Fri, 08 Aug 2014 18:24:33 -0400
ganv (1.4.0) stable;
diff --git a/wscript b/wscript
index 17735ca..278f622 100644
--- a/wscript
+++ b/wscript
@@ -8,7 +8,7 @@ import waflib.extras.autowaf as autowaf
# major increment <=> incompatible changes
# minor increment <=> compatible changes (additions)
# micro increment <=> no interface changes
-GANV_VERSION = '1.4.1'
+GANV_VERSION = '1.4.2'
GANV_MAJOR_VERSION = '1'
# Mandatory waf variables