From 1e3c291400e43251cfcdd66db209549fe552b54f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Dec 2012 02:35:00 +0000 Subject: Serd 0.18.2 git-svn-id: http://svn.drobilla.net/serd/trunk@406 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- NEWS | 4 ++-- wscript | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 45fae7ca..a91a6a7a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -serd (0.18.1) unstable; +serd (0.18.2) stable; * Fix crash when serd_node_new_decimal is called with infinity or NaN * Fix crash when resolving against non-standard base URIs @@ -7,7 +7,7 @@ serd (0.18.1) unstable; * Fix clashing symbol "error" in amalgamation build * Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory) - -- David Robillard Sat, 22 Dec 2012 20:19:18 -0500 + -- David Robillard Sat, 22 Dec 2012 21:32:15 -0500 serd (0.18.0) stable; diff --git a/wscript b/wscript index 2078e1b4..bb7fb0df 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.18.1' +SERD_VERSION = '0.18.2' SERD_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1