summaryrefslogtreecommitdiffstats
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 908793a..7e1f1be 100644
--- a/NEWS
+++ b/NEWS
@@ -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;
diff --git a/wscript b/wscript
index 139d439..e60ac0c 100644
--- a/wscript
+++ b/wscript
@@ -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