From 5f08dd089dbebacaaed7858cc3a1b83f319cabba Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jan 2021 22:44:21 +0100 Subject: Suil 0.10.10 --- NEWS | 4 ++-- wscript | 2 +- 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 Fri, 01 Jan 2021 18:03:42 +0000 + -- David Robillard 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 -- cgit v1.2.1