aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-08 21:14:52 +0000
committerDavid Robillard <d@drobilla.net>2015-10-08 21:14:52 +0000
commit6af17e0994fa2105352104c0b578010c83323d14 (patch)
tree751da1f77baa99adb51adc153e6e05645d4cda2b
parent8c8dd85276485406cd7cffdabc15c5273cf753d1 (diff)
downloadserd-6af17e0994fa2105352104c0b578010c83323d14.tar.gz
serd-6af17e0994fa2105352104c0b578010c83323d14.tar.bz2
serd-6af17e0994fa2105352104c0b578010c83323d14.zip
Serd 0.22.0
git-svn-id: http://svn.drobilla.net/serd/trunk@501 490d8e77-9747-427b-9fa3-0b8f29cee8a0
-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