version number change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2,9 +2,15 @@ CHANGES.txt for wxPython
|
|||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
2.4.0.4
|
||||||
|
-------
|
||||||
|
Added missing wxRect methods
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2.4.0.2
|
2.4.0.2
|
||||||
-------
|
-------
|
||||||
|
|
||||||
Several bug fixes.
|
Several bug fixes.
|
||||||
|
|
||||||
Added wxIntCtrl from Will Sadkin.
|
Added wxIntCtrl from Will Sadkin.
|
||||||
|
@@ -11,7 +11,7 @@ from distutils.dep_util import newer
|
|||||||
# flags and values that affect this script
|
# flags and values that affect this script
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
|
|
||||||
VERSION = "2.4.0.2"
|
VERSION = "2.4.0.4p"
|
||||||
DESCRIPTION = "Cross platform GUI toolkit for Python"
|
DESCRIPTION = "Cross platform GUI toolkit for Python"
|
||||||
AUTHOR = "Robin Dunn"
|
AUTHOR = "Robin Dunn"
|
||||||
AUTHOR_EMAIL = "Robin Dunn <robin@alldunn.com>"
|
AUTHOR_EMAIL = "Robin Dunn <robin@alldunn.com>"
|
||||||
@@ -52,9 +52,13 @@ UNICODE = 0 # This will pass the 'wxUSE_UNICODE' flag to SWIG and
|
|||||||
# will ensure that the right headers are found and the
|
# will ensure that the right headers are found and the
|
||||||
# right libs are linked.
|
# right libs are linked.
|
||||||
|
|
||||||
IN_CVS_TREE = 0 # Set to true if building in a full wxWindows CVS
|
IN_CVS_TREE = 1 # Set to true if building in a full wxWindows CVS
|
||||||
# tree, otherwise will assume all needed files are
|
# tree, or the new style of a full wxPythonSrc tarball.
|
||||||
# available in the wxPython source distribution
|
# wxPython used to be distributed as a separate source
|
||||||
|
# tarball without the wxWindows but with a copy of the
|
||||||
|
# needed contrib code. That's no longer the case and so
|
||||||
|
# this setting is now defaulting to true. Eventually it
|
||||||
|
# should be removed entirly.
|
||||||
|
|
||||||
UNDEF_NDEBUG = 1 # Python 2.2 on Unix/Linux by default defines NDEBUG,
|
UNDEF_NDEBUG = 1 # Python 2.2 on Unix/Linux by default defines NDEBUG,
|
||||||
# and distutils will pick this up and use it on the
|
# and distutils will pick this up and use it on the
|
||||||
|
@@ -1 +1 @@
|
|||||||
ver = '2.4.0.2'
|
ver = '2.4.0.4p'
|
||||||
|
Reference in New Issue
Block a user