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 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 <d@drobilla.net> Sat, 03 Oct 2015 11:28:07 -0400
+ -- David Robillard <d@drobilla.net> 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