summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-02-18 21:29:26 +0000
committerDavid Robillard <d@drobilla.net>2013-02-18 21:29:26 +0000
commit4959c454bdfe8951997b0dbc553b8ca51b964c90 (patch)
tree219ce757f6072423e926362b4918bcd6ae448fe1
parent131f6f4456a639fed721df603f0e0c722adc8e91 (diff)
downloadsord-4959c454bdfe8951997b0dbc553b8ca51b964c90.tar.gz
sord-4959c454bdfe8951997b0dbc553b8ca51b964c90.tar.bz2
sord-4959c454bdfe8951997b0dbc553b8ca51b964c90.zip
Bump version (Sord 0.12.0).
git-svn-id: http://svn.drobilla.net/sord/trunk@287 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 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