fix mistake on versioning (inherited from '4.1.3' release)

This commit is contained in:
Jérôme Rapinat 2015-05-03 17:41:26 +02:00
parent 0f8b77b706
commit d03e9e6553

View File

@ -134,8 +134,8 @@ sys.path.insert(0, ROOT_DIR)
git_revision = get_git_revision(ROOT_DIR)
if sys.platform == 'win32' and git_revision == "":
git_revision = get_git_revision(os.path.split(ROOT_DIR)[1])
#VERSION += git_revision
VERSION += "-1"
VERSION += git_revision
#VERSION += "-1"
#
# Glade files