From 6af17e0994fa2105352104c0b578010c83323d14 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 8 Oct 2015 21:14:52 +0000 Subject: Serd 0.22.0 git-svn-id: http://svn.drobilla.net/serd/trunk@501 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- NEWS | 4 ++-- wscript | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index e44439f7..99639643 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -serd (0.21.1) unstable; +serd (0.22.0) stable; * Remove dependence on fmax() to avoid portability issues * Fix serd_reader_read_file() for URIs with escaped characters (spaces) @@ -13,7 +13,7 @@ serd (0.21.1) unstable; * Fix warnings when building with ISO C++ compilers * Upgrade to waf 1.8.14 - -- David Robillard Sat, 03 Oct 2015 11:28:07 -0400 + -- David Robillard Thu, 08 Oct 2015 15:34:18 -0400 serd (0.20.0) stable; diff --git a/wscript b/wscript index 3d3dd775..37371e65 100644 --- a/wscript +++ b/wscript @@ -11,7 +11,7 @@ import waflib.extras.autowaf as autowaf # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -SERD_VERSION = '0.21.1' +SERD_VERSION = '0.22.0' SERD_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1