From cf70db475c3cb9c896429595fb03d207f00abcf4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 14 Oct 2012 22:34:36 +0000 Subject: Sord 0.10.4 git-svn-id: http://svn.drobilla.net/sord/trunk@271 3d64ff67-21c5-427c-a301-fe4f08042e5a --- NEWS | 4 ++-- wscript | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 52f21c1..f3635ab 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -sord (0.10.3) unstable; +sord (0.10.4) stable; * Implement better data type validation in sord_validate conformant with the XSD and OWL specifications @@ -6,7 +6,7 @@ sord (0.10.3) unstable; * Install sord_validate man page * Disable timestamps in HTML documentation for reproducible build - -- David Robillard Sun, 09 Sep 2012 03:19:01 -0400 + -- David Robillard Sun, 14 Oct 2012 18:23:55 -0400 sord (0.10.0) stable; diff --git a/wscript b/wscript index de1bcf7..e263bbd 100644 --- a/wscript +++ b/wscript @@ -10,7 +10,7 @@ import waflib.extras.autowaf as autowaf # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -SORD_VERSION = '0.10.3' +SORD_VERSION = '0.10.4' SORD_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1