]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
SWIGged updates for wxGTK
[wxWidgets.git] / wxPython / setup.py
index b96641acd5ad7cbdbc10fb58f5bf02c2368e8088..c95cc98d7c7db212502cad9999a4732dbfee6326 100755 (executable)
@@ -13,7 +13,7 @@ from my_distutils import run_swig, contrib_copy_tree
 # flags and values that affect this script
 #----------------------------------------------------------------------
 
-VERSION          = "2.3.3pre4"
+VERSION          = "2.3.3pre5"
 DESCRIPTION      = "Cross platform GUI toolkit for Python"
 AUTHOR           = "Robin Dunn"
 AUTHOR_EMAIL     = "Robin Dunn <robin@alldunn.com>"
@@ -40,7 +40,6 @@ BUILD_IEWIN = 0    # Internet Explorer wrapper (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