From 178a5a788b59d429879ffbf393fb92993b25ea2b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Sep 2012 07:09:58 +0000 Subject: Implement better data type validation in sord_validate conformant with the XSD and OWL specifications. Fix memory leaks in sord_validate. git-svn-id: http://svn.drobilla.net/sord/trunk@261 3d64ff67-21c5-427c-a301-fe4f08042e5a --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index d186dfa..3391831 100644 --- a/wscript +++ b/wscript @@ -7,7 +7,7 @@ from waflib.extras import autowaf as autowaf import waflib.Logs as Logs, waflib.Options as Options # Version of this package (even if built as a child) -SORD_VERSION = '0.10.1' +SORD_VERSION = '0.10.3' SORD_MAJOR_VERSION = '0' # Library version (UNIX style major, minor, micro) -- cgit v1.2.1