bump to '4.0.5'
This commit is contained in:
parent
2506d06100
commit
07372cf3be
@ -136,8 +136,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
|
||||
|
@ -20,6 +20,6 @@
|
||||
|
||||
# $Id$
|
||||
|
||||
VERSION_TUPLE = (4, 0, 4)
|
||||
VERSION_TUPLE = (4, 0, 5)
|
||||
VERSION = '.'.join(map(str,VERSION_TUPLE))
|
||||
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])
|
||||
|
Loading…
x
Reference in New Issue
Block a user