diff --git a/wscript b/wscript index db4489c386..320e4ed348 100755 --- a/wscript +++ b/wscript @@ -38,7 +38,7 @@ MAJOR = parts[0] other = parts[1].split ('-') MINOR = other[0] if len(other) > 1: - MICRO = other[0] + MICRO = other[1] else: MICRO = '0'