From 653ba600b727d1ea5a81ad87c3d1cff3d2525d0f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jan 2021 22:19:47 +0100 Subject: Serd 0.30.8 --- NEWS | 4 ++-- wscript | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 5dbf37fb..88ec623b 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -serd (0.30.7) unstable; +serd (0.30.8) stable; * Deprecate serd_uri_to_path() * Don't install API man pages @@ -10,7 +10,7 @@ serd (0.30.7) unstable; * Split up and reorganize unit tests * Use aligned allocation via C11 or Windows API where possible - -- David Robillard Fri, 01 Jan 2021 13:16:40 +0000 + -- David Robillard Thu, 07 Jan 2021 21:19:36 +0000 serd (0.30.6) stable; diff --git a/wscript b/wscript index ecf3c8de..08c92ea8 100644 --- a/wscript +++ b/wscript @@ -11,7 +11,7 @@ from waflib.extras import autowaf # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -SERD_VERSION = '0.30.7' +SERD_VERSION = '0.30.8' SERD_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1