From f205d626e0fbcd98f3c0459b739d6688b19b157a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 15 Mar 2016 18:01:14 -0400 Subject: Support sequences with beat time stamps Based on a patch from Hanspeter Portner. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 8fd2a5c..b661f34 100644 --- a/wscript +++ b/wscript @@ -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 -- cgit v1.2.1