# flags and values that affect this script
#----------------------------------------------------------------------
-VERSION = "2.3.3pre3"
+VERSION = "2.3.3pre4"
DESCRIPTION = "Cross platform GUI toolkit for Python"
AUTHOR = "Robin Dunn"
AUTHOR_EMAIL = "Robin Dunn <robin@alldunn.com>"
# Check if the version file needs updated
#----------------------------------------------------------------------
-if IN_CVS_TREE and newer('setup.py', 'src/__version__.py'):
- open('src/__version__.py', 'w').write("ver = '%s'\n" % VERSION)
+#if IN_CVS_TREE and newer('setup.py', 'src/__version__.py'):
+open('src/__version__.py', 'w').write("ver = '%s'\n" % VERSION)