From b212b16afa79b1687afab3db65f38d6d3793dfd0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 8 Aug 2014 22:26:12 +0000 Subject: Ganv 1.4.2. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5440 a436a847-0d15-0410-975c-d299462d15a1 --- NEWS | 5 +++-- wscript | 2 +- 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 Sun, 13 Jul 2014 15:47:32 -0400 + -- David Robillard 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 -- cgit v1.2.1