From 4959c454bdfe8951997b0dbc553b8ca51b964c90 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 18 Feb 2013 21:29:26 +0000 Subject: Bump version (Sord 0.12.0). git-svn-id: http://svn.drobilla.net/sord/trunk@287 3d64ff67-21c5-427c-a301-fe4f08042e5a --- NEWS | 4 ++-- wscript | 2 +- 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 Sun, 03 Feb 2013 14:18:21 -0500 + -- David Robillard 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 -- cgit v1.2.1