From 272d7081257dc6d50c06b1b62e8c4baa5bf3b4b2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 26 May 2022 18:47:18 -0400 Subject: Serd 0.30.12 --- NEWS | 6 ++++-- doc/serdi.1 | 4 ++-- src/serd_config.h | 2 +- wscript | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 1bd53c47..cb1dbb93 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,12 @@ -serd (0.30.11) unstable; +serd (0.30.12) stable; + * Fix warnings and build issues with clang 13 and VS 2019 * Fix writing long literals with triple quotes + * Improve documentation style * Support combining several BSD-style command line flags in serdi * Write statements with invalid URI characters in lax mode - -- David Robillard Mon, 12 Apr 2021 01:15:27 +0000 + -- David Robillard Thu, 26 May 2022 22:47:35 +0000 serd (0.30.10) stable; diff --git a/doc/serdi.1 b/doc/serdi.1 index 0684a6e0..a459136d 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -1,6 +1,6 @@ -.Dd March 6, 2021 +.Dd May 26, 2022 .Dt SERDI 1 -.Os Serd 0.30.11 +.Os Serd 0.30.12 .Sh NAME .Nm serdi .Nd read and write RDF syntax diff --git a/src/serd_config.h b/src/serd_config.h index 15508c81..17c56929 100644 --- a/src/serd_config.h +++ b/src/serd_config.h @@ -29,7 +29,7 @@ #define SERD_CONFIG_H // Define version unconditionally so a warning will catch a mismatch -#define SERD_VERSION "0.30.11" +#define SERD_VERSION "0.30.12" #if !defined(SERD_NO_DEFAULT_CONFIG) diff --git a/wscript b/wscript index 178ac06d..5965892e 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.11' +SERD_VERSION = '0.30.12' SERD_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1