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 aaf8f11..26adb58 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-sord (0.10.5) unstable;
+sord (0.12.0) stable;
* Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory)
* Add sord_get() for easily getting single property values
@@ -8,7 +8,7 @@ sord (0.10.5) unstable;
* sordmm.hpp: Add Node::to_serd_node()
* sordmm.hpp: Don't automatically add RDF namespace prefix to world
- -- David Robillard <d@drobilla.net> Sun, 03 Feb 2013 14:18:21 -0500
+ -- David Robillard <d@drobilla.net> Mon, 18 Feb 2013 11:05:59 -0500
sord (0.10.4) stable;
diff --git a/wscript b/wscript
index b98807d..1a9b633 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.5'
+SORD_VERSION = '0.12.0'
SORD_MAJOR_VERSION = '0'
# Mandatory waf variables