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 0674d22..a6076b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
-suil (0.10.9) unstable;
+suil (0.10.10) stable;
* Clean up minor code issues
* Remove the need for a generated configuration header
- -- David Robillard <d@drobilla.net> Fri, 01 Jan 2021 18:03:42 +0000
+ -- David Robillard <d@drobilla.net> Thu, 07 Jan 2021 21:40:54 +0000
suil (0.10.8) stable;
diff --git a/wscript b/wscript
index 7fe96f5..8c2cf3c 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.9'
+SUIL_VERSION = '0.10.10'
SUIL_MAJOR_VERSION = SUIL_VERSION[0:SUIL_VERSION.find('.')]
# Mandatory waf variables