From 02f28a1d05484af6b030d3a1dbf4b94e193ebbe3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 8 Oct 2015 21:20:48 +0000 Subject: Sord 0.14.0 git-svn-id: http://svn.drobilla.net/sord/trunk@340 3d64ff67-21c5-427c-a301-fe4f08042e5a --- NEWS | 4 ++-- wscript | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 8af45df..b32917a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -sord (0.13.1) unstable; +sord (0.14.0) stable; * Reduce memory usage and increase performance with a better data structure * Add sord_erase() for erasing statements via an iterator @@ -15,7 +15,7 @@ sord (0.13.1) unstable; * Improve test coverage * Upgrade to waf 1.8.14 - -- David Robillard Sat, 03 Oct 2015 11:20:02 -0400 + -- David Robillard Thu, 08 Oct 2015 15:37:36 -0400 sord (0.12.2) stable; diff --git a/wscript b/wscript index 64eead6..d6ada66 100644 --- a/wscript +++ b/wscript @@ -11,7 +11,7 @@ import waflib.extras.autowaf as autowaf # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -SORD_VERSION = '0.13.1' +SORD_VERSION = '0.14.0' SORD_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1