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 1cf0d36..5ce7774 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-suil (0.8.7) unstable;
+suil (0.10.0) stable;
* Add support for X11 in Gtk3
* Add support for Qt5 in Gtk2
@@ -7,7 +7,7 @@ suil (0.8.7) unstable;
* Fix minor memory errors
* Fix building with X11 against custom LV2 install path (thanks Robin Gareus)
- -- David Robillard <d@drobilla.net> Sun, 06 Aug 2017 15:20:06 +0200
+ -- David Robillard <d@drobilla.net> Tue, 03 Oct 2017 22:11:49 +0200
suil (0.8.4) stable;
diff --git a/wscript b/wscript
index 0019c7b..4545a3f 100644
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import waflib.TaskGen as TaskGen
import waflib.extras.autowaf as autowaf
# Semver package/library version
-SUIL_VERSION = '0.8.7'
+SUIL_VERSION = '0.10.0'
SUIL_MAJOR_VERSION = SUIL_VERSION[0:SUIL_VERSION.find('.')]
# Mandatory waf variables