diff options
author | David Robillard <d@drobilla.net> | 2021-01-07 22:44:21 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-07 22:44:21 +0100 |
commit | 5f08dd089dbebacaaed7858cc3a1b83f319cabba (patch) | |
tree | 342d946faf70d5e1c772d2d0c3f64ea5cbfd0bd3 | |
parent | 9fe18328631b5a427bf311e7081e5f5469603177 (diff) | |
download | suil-5f08dd089dbebacaaed7858cc3a1b83f319cabba.tar.gz suil-5f08dd089dbebacaaed7858cc3a1b83f319cabba.tar.bz2 suil-5f08dd089dbebacaaed7858cc3a1b83f319cabba.zip |
Suil 0.10.10v0.10.10
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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; @@ -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 |