13
0

revert stupid change that breaks python3 and was probably related to other python-related issues fixed when support for python3 was added to our wscript files

This commit is contained in:
Paul Davis 2014-09-29 21:37:55 -04:00
parent 853bc97f34
commit e1e4f9c9dd

View File

@ -43,12 +43,8 @@ else:
MICRO = '0' MICRO = '0'
V = MAJOR + '.' + MINOR + '.' + MICRO V = MAJOR + '.' + MINOR + '.' + MICRO
# VERSION = V
# it is important that VERSION *not* be unicode string PROGRAM_VERSION = MAJOR
# because if it is, it breaks waf somehow.
#
VERSION = V.encode ('ascii', 'ignore')
PROGRAM_VERSION = MAJOR.encode ('ascii', 'ignore')
# Mandatory variables # Mandatory variables
top = '.' top = '.'