summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-07 22:44:21 +0100
committerDavid Robillard <d@drobilla.net>2021-01-07 22:44:21 +0100
commit5f08dd089dbebacaaed7858cc3a1b83f319cabba (patch)
tree342d946faf70d5e1c772d2d0c3f64ea5cbfd0bd3
parent9fe18328631b5a427bf311e7081e5f5469603177 (diff)
downloadsuil-5f08dd089dbebacaaed7858cc3a1b83f319cabba.tar.gz
suil-5f08dd089dbebacaaed7858cc3a1b83f319cabba.tar.bz2
suil-5f08dd089dbebacaaed7858cc3a1b83f319cabba.zip
Suil 0.10.10v0.10.10
-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