From 21382932fd8df75884c3e21917d9dbd4527d78ac Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 23 Sep 2014 04:33:24 +0000 Subject: Reduce memory usage and increase performance with a better data structure. git-svn-id: http://svn.drobilla.net/sord/trunk@307 3d64ff67-21c5-427c-a301-fe4f08042e5a --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 8df4ac1..b31b2e5 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.12.2' +SORD_VERSION = '0.12.3' SORD_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1