aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-26 18:47:18 -0400
committerDavid Robillard <d@drobilla.net>2022-05-26 18:47:40 -0400
commit272d7081257dc6d50c06b1b62e8c4baa5bf3b4b2 (patch)
tree188e97be09e76c0b97ca9b8f4627cfd0d26ccf26
parent2f97d23fde8e3c1ae025f9e4ca1d2199f8a837a9 (diff)
downloadserd-272d7081257dc6d50c06b1b62e8c4baa5bf3b4b2.tar.gz
serd-272d7081257dc6d50c06b1b62e8c4baa5bf3b4b2.tar.bz2
serd-272d7081257dc6d50c06b1b62e8c4baa5bf3b4b2.zip
Serd 0.30.12v0.30.12
-rw-r--r--NEWS6
-rw-r--r--doc/serdi.14
-rw-r--r--src/serd_config.h2
-rw-r--r--wscript2
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 <d@drobilla.net> Mon, 12 Apr 2021 01:15:27 +0000
+ -- David Robillard <d@drobilla.net> 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