diff --git a/wscript b/wscript index ee00359ba4..1a300c8f06 100644 --- a/wscript +++ b/wscript @@ -43,12 +43,8 @@ else: MICRO = '0' V = MAJOR + '.' + MINOR + '.' + MICRO -# -# it is important that VERSION *not* be unicode string -# because if it is, it breaks waf somehow. -# -VERSION = V.encode ('ascii', 'ignore') -PROGRAM_VERSION = MAJOR.encode ('ascii', 'ignore') +VERSION = V +PROGRAM_VERSION = MAJOR # Mandatory variables top = '.'