summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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