bump to '4.0.4'
This commit is contained in:
@@ -145,8 +145,8 @@ if sys.version_info[0] < 3:
|
|||||||
ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(
|
ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(
|
||||||
unicode(__file__, sys.getfilesystemencoding())), os.pardir))
|
unicode(__file__, sys.getfilesystemencoding())), os.pardir))
|
||||||
|
|
||||||
#VERSION += get_git_revision(ROOT_DIR)
|
VERSION += get_git_revision(ROOT_DIR)
|
||||||
VERSION += "-1"
|
#VERSION += "-1"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Glade files
|
# Glade files
|
||||||
|
@@ -20,6 +20,6 @@
|
|||||||
|
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
VERSION_TUPLE = (4, 0, 3)
|
VERSION_TUPLE = (4, 0, 4)
|
||||||
VERSION = '.'.join(map(str,VERSION_TUPLE))
|
VERSION = '.'.join(map(str,VERSION_TUPLE))
|
||||||
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])
|
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])
|
||||||
|
Reference in New Issue
Block a user