aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-08-08 22:04:52 +0000
committerDavid Robillard <d@drobilla.net>2014-08-08 22:04:52 +0000
commitcf50a460fcc84687d18764a61cf79d662766414b (patch)
treef1ddb19be2a5f78a51df657d480561c5e4ce1f29
parent34cd2ecc729cdd1b291b10d262e83299ba8cf1b1 (diff)
downloadserd-cf50a460fcc84687d18764a61cf79d662766414b.tar.gz
serd-cf50a460fcc84687d18764a61cf79d662766414b.tar.bz2
serd-cf50a460fcc84687d18764a61cf79d662766414b.zip
Serd 0.20.0.
git-svn-id: http://svn.drobilla.net/serd/trunk@474 490d8e77-9747-427b-9fa3-0b8f29cee8a0
-rw-r--r--COPYING2
-rw-r--r--NEWS6
-rw-r--r--wscript2
3 files changed, 5 insertions, 5 deletions
diff --git a/COPYING b/COPYING
index c3c2af6a..3010008f 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright 2011-2012 David Robillard <http://drobilla.net>
+Copyright 2011-2014 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/NEWS b/NEWS
index 99e9b735..91d89294 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
-serd (0.18.3) unstable;
+serd (0.20.0) stable;
- * Support the latest Turtle Draft
+ * Support new RDF 1.1 Turtle
* Don't write xsd:decimal literals to Turtle bare if they would not be read
back with the same type
* Fix possible crash in serd_writer_end_anon() when writing invalid lists
@@ -10,7 +10,7 @@ serd (0.18.3) unstable;
* Add -lm to pkg-config libs
* Update to waf 1.7.14
- -- David Robillard <d@drobilla.net> Tue, 05 Aug 2014 17:59:30 -0400
+ -- David Robillard <d@drobilla.net> Fri, 08 Aug 2014 18:02:54 -0400
serd (0.18.2) stable;
diff --git a/wscript b/wscript
index 41d49230..fb8df19f 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.3'
+SERD_VERSION = '0.20.0'
SERD_MAJOR_VERSION = '0'
# Mandatory waf variables