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 9c27dee..945aea2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,11 @@
-suil (0.10.7) unstable;
+suil (0.10.8) stable;
* Fix X11 in Gtk size regressions (thanks Robin Gareus)
* Fix compilation on MacOS older than 10.12
* Fix drag and drop for X11 in Gtk
* Fix various minor warnings and other code quality issues
- -- David Robillard <d@drobilla.net> Wed, 12 Feb 2020 19:12:01 +0000
+ -- David Robillard <d@drobilla.net> Sun, 27 Sep 2020 12:22:08 +0000
suil (0.10.6) stable;
diff --git a/wscript b/wscript
index 76fb014..69d4049 100644
--- a/wscript
+++ b/wscript
@@ -4,7 +4,7 @@ from waflib import Build, Logs, Options, TaskGen
from waflib.extras import autowaf
# Semver package/library version
-SUIL_VERSION = '0.10.7'
+SUIL_VERSION = '0.10.8'
SUIL_MAJOR_VERSION = SUIL_VERSION[0:SUIL_VERSION.find('.')]
# Mandatory waf variables