From c42a14fba8f668be4432ee2a7c6ccd7ee09b665c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 15 Aug 2014 21:54:52 -0400 Subject: [PATCH] really fix wscript revision info handling --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index ab10e9a844..f35eb96a9c 100755 --- a/wscript +++ b/wscript @@ -35,8 +35,8 @@ else: parts = rev.split ('.') MAJOR = parts[0] -MINOR = parts[1] other = parts[1].split ('-') +MINOR = other[0] if len(other) > 1: MICRO = other[0] else: