diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ -ganv (1.7.0) unstable; +ganv (1.8.0) stable; * Expand canvas automatically to fit nodes * Fix various compiler warnings - -- David Robillard <d@drobilla.net> Sun, 29 Nov 2020 10:51:22 +0000 + -- David Robillard <d@drobilla.net> Thu, 07 Jan 2021 22:38:31 +0000 ganv (1.6.0) stable; @@ -9,7 +9,7 @@ from waflib.extras import autowaf # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -GANV_VERSION = '1.7.1' +GANV_VERSION = '1.8.0' GANV_MAJOR_VERSION = '1' # Mandatory waf variables |