aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-19 23:51:25 -0400
committerDavid Robillard <d@drobilla.net>2016-09-19 23:51:25 -0400
commit83de3f80ca6cbbaac35c003bba9d6625db525939 (patch)
tree19d3a514097a7502b11c3164b2eec55635be0ee1
parent8df48c1a54e397e2b3ce1f7787915b089d3714e6 (diff)
downloadserd-83de3f80ca6cbbaac35c003bba9d6625db525939.tar.gz
serd-83de3f80ca6cbbaac35c003bba9d6625db525939.tar.bz2
serd-83de3f80ca6cbbaac35c003bba9d6625db525939.zip
Serd 0.24.0v0.24.0
-rw-r--r--NEWS4
-rw-r--r--wscript2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 1fb089e2..464bdd28 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-serd (0.23.0) unstable;
+serd (0.24.0) stable;
* Add serd_node_new_relative_uri()
* Fix construction and comparison of URIs with UTF-8 characters
@@ -9,7 +9,7 @@ serd (0.23.0) unstable;
* Fix documentation generation
* Update serdi man page
- -- David Robillard <d@drobilla.net> Tue, 09 Aug 2016 16:54:23 -0400
+ -- David Robillard <d@drobilla.net> Mon, 19 Sep 2016 22:21:47 -0400
serd (0.22.0) stable;
diff --git a/wscript b/wscript
index 68781c11..6beea5b2 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.23.0'
+SERD_VERSION = '0.24.0'
SERD_MAJOR_VERSION = '0'
# Mandatory waf variables