diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 <d@drobilla.net> Sat, 22 Dec 2012 20:19:18 -0500 + -- David Robillard <d@drobilla.net> Sat, 22 Dec 2012 21:32:15 -0500 serd (0.18.0) stable; @@ -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 |