diff options
author | David Robillard <d@drobilla.net> | 2013-01-14 05:20:55 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-01-14 05:20:55 +0000 |
commit | fc5305aedf9896cf083646885dbccd3d706cb94f (patch) | |
tree | 3c069458099d230a118a20a05ea8d391ad969bbb /wscript | |
parent | 51996c2730424f07c1f8487c3e42d594a1053a1c (diff) | |
download | sord-fc5305aedf9896cf083646885dbccd3d706cb94f.tar.gz sord-fc5305aedf9896cf083646885dbccd3d706cb94f.tar.bz2 sord-fc5305aedf9896cf083646885dbccd3d706cb94f.zip |
Add convenient numeric constructors for decimal and integer literals.
git-svn-id: http://svn.drobilla.net/sord/trunk@276 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |