diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | doc/serdi.1 | 2 | ||||
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | src/serd_config.h | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -1,11 +1,11 @@ -serd (0.30.15) unstable; urgency=medium +serd (0.30.16) stable; urgency=medium * Add SERD_STATIC to pkg-config Cflags for static-only builds * Adopt REUSE machine-readable licensing standard * Allow programs to be used from subproject * Fix spelling mistake in serdi man page - -- David Robillard <d@drobilla.net> Thu, 01 Sep 2022 04:01:59 +0000 + -- David Robillard <d@drobilla.net> Fri, 09 Sep 2022 03:06:45 +0000 serd (0.30.14) stable; urgency=medium diff --git a/doc/serdi.1 b/doc/serdi.1 index 3a82e8b3..c9a9df9a 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -2,7 +2,7 @@ .\" # SPDX-License-Identifier: ISC .Dd Jul 15, 2022 .Dt SERDI 1 -.Os Serd 0.30.15 +.Os Serd 0.30.16 .Sh NAME .Nm serdi .Nd read and write RDF syntax diff --git a/meson.build b/meson.build index a3c81cb7..2fe58108 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # SPDX-License-Identifier: 0BSD OR ISC project('serd', ['c'], - version: '0.30.15', + version: '0.30.16', license: 'ISC', meson_version: '>= 0.56.0', default_options: [ diff --git a/src/serd_config.h b/src/serd_config.h index 8a7d9d1f..f9d6269a 100644 --- a/src/serd_config.h +++ b/src/serd_config.h @@ -16,7 +16,7 @@ #define SERD_CONFIG_H // Define version unconditionally so a warning will catch a mismatch -#define SERD_VERSION "0.30.15" +#define SERD_VERSION "0.30.16" #if !defined(SERD_NO_DEFAULT_CONFIG) |