diff options
author | David Robillard <d@drobilla.net> | 2016-03-15 18:01:14 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-03-15 18:01:14 -0400 |
commit | f205d626e0fbcd98f3c0459b739d6688b19b157a (patch) | |
tree | 7f5fdca6a9f7a89983c539fdf6a32e91cec90f7a /wscript | |
parent | 2d66c5e98f1bbc8244d61e6f328e2a7b5671fab2 (diff) | |
download | sratom-f205d626e0fbcd98f3c0459b739d6688b19b157a.tar.gz sratom-f205d626e0fbcd98f3c0459b739d6688b19b157a.tar.bz2 sratom-f205d626e0fbcd98f3c0459b739d6688b19b157a.zip |
Support sequences with beat time stamps
Based on a patch from Hanspeter Portner.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ import waflib.extras.autowaf as autowaf # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -SRATOM_VERSION = '0.4.7' +SRATOM_VERSION = '0.4.9' SRATOM_MAJOR_VERSION = '0' # Mandatory waf variables |