From daccd0d379fd95ae1d41605a439537b05a9ac819 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 13 Jul 2014 21:56:57 +0000 Subject: Fix bug where edges would not update when nodes are moved after the canvas is cleared. (Fix stuck connections in Patchage after refresh). git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5412 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index deac0a1..1173a45 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.0' +GANV_VERSION = '1.4.1' GANV_MAJOR_VERSION = '1' # Mandatory waf variables -- cgit v1.2.1