summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-10-14 22:34:36 +0000
committerDavid Robillard <d@drobilla.net>2012-10-14 22:34:36 +0000
commitcf70db475c3cb9c896429595fb03d207f00abcf4 (patch)
treeab25f21c1cf00df8859c4c1a4765abba275f1d09
parent989708d674304e892d15ca32ee6f9cac46d10a71 (diff)
downloadsord-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--NEWS4
-rw-r--r--wscript2
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 <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;
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