diff options
-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 |