aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--wscript2
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 <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;
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