diff --git a/NEWS b/NEWS index 45fae7c..a91a6a7 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 2078e1b..bb7fb0d 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