From cf57a496889060d4d996e489b59657b015072f13 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 20 Dec 2002 02:46:51 +0000 Subject: [PATCH] Updated version number git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/setup.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/wxPython/setup.py b/wxPython/setup.py index 0bdf5bed99..f5f505e4d0 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -13,7 +13,7 @@ from my_distutils import run_swig, contrib_copy_tree # flags and values that affect this script #---------------------------------------------------------------------- -VERSION = "2.3.4.1" +VERSION = "2.3.4.2" DESCRIPTION = "Cross platform GUI toolkit for Python" AUTHOR = "Robin Dunn" AUTHOR_EMAIL = "Robin Dunn " @@ -43,12 +43,11 @@ BUILD_CANVAS = 0 # Build a canvas module using the one in wx/contrib (experime BUILD_ART2D = 0 # Build a canvas module using code from the wxArt2D project (experimental) - - CORE_ONLY = 0 # if true, don't build any of the above GL_ONLY = 0 # Only used when making the -gl RPM. See the "b" script - # for the ugly details + # for the ugly details (TODO: This can be removed as I don't + # build the RPMs that way anymore.) USE_SWIG = 0 # Should we actually execute SWIG, or just use the # files already in the distribution?