bump to 4.0.1
svn: r22388
This commit is contained in:
parent
003de23ded
commit
87ebfaffa3
@ -20,6 +20,6 @@
|
||||
|
||||
# $Id$
|
||||
|
||||
VERSION_TUPLE = (4, 0, 0)
|
||||
VERSION_TUPLE = (4, 0, 1)
|
||||
VERSION = '.'.join(map(str,VERSION_TUPLE))
|
||||
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])
|
||||
|
Loading…
Reference in New Issue
Block a user