typo on version (backport from trunk)
svn: r21624
This commit is contained in:
parent
553d82ba34
commit
5d1a7e3b4e
@ -20,6 +20,6 @@
|
||||
|
||||
# $Id$
|
||||
|
||||
VERSION_TUPLE = (4, 1, 0)
|
||||
VERSION_TUPLE = (4, 0, 0)
|
||||
VERSION = '.'.join(map(str,VERSION_TUPLE))
|
||||
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])
|
||||
|
Loading…
Reference in New Issue
Block a user