From fc5305aedf9896cf083646885dbccd3d706cb94f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Jan 2013 05:20:55 +0000 Subject: Add convenient numeric constructors for decimal and integer literals. git-svn-id: http://svn.drobilla.net/sord/trunk@276 3d64ff67-21c5-427c-a301-fe4f08042e5a --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index e263bbd..b98807d 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.4' +SORD_VERSION = '0.10.5' SORD_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1