diff options
author | David Robillard <d@drobilla.net> | 2012-10-14 22:34:36 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-10-14 22:34:36 +0000 |
commit | cf70db475c3cb9c896429595fb03d207f00abcf4 (patch) | |
tree | ab25f21c1cf00df8859c4c1a4765abba275f1d09 | |
parent | 989708d674304e892d15ca32ee6f9cac46d10a71 (diff) | |
download | sord-cf70db475c3cb9c896429595fb03d207f00abcf4.tar.gz sord-cf70db475c3cb9c896429595fb03d207f00abcf4.tar.bz2 sord-cf70db475c3cb9c896429595fb03d207f00abcf4.zip |
Sord 0.10.4
git-svn-id: http://svn.drobilla.net/sord/trunk@271 3d64ff67-21c5-427c-a301-fe4f08042e5a
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 <d@drobilla.net> Sun, 09 Sep 2012 03:19:01 -0400 + -- David Robillard <d@drobilla.net> Sun, 14 Oct 2012 18:23:55 -0400 sord (0.10.0) stable; @@ -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 |