bump to 4.0.2
svn: r22587
This commit is contained in:
parent
927e27ec4a
commit
eb1c153280
@ -20,6 +20,6 @@
|
||||
|
||||
# $Id$
|
||||
|
||||
VERSION_TUPLE = (4, 0, 1)
|
||||
VERSION_TUPLE = (4, 0, 2)
|
||||
VERSION = '.'.join(map(str,VERSION_TUPLE))
|
||||
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])
|
||||
|
Loading…
Reference in New Issue
Block a user