From 854b35823203cc9465e84bef47e43f410272b67f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 21 Mar 2003 18:54:43 +0000 Subject: [PATCH] Version number update git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/setup.py | 2 +- wxPython/src/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wxPython/setup.py b/wxPython/setup.py index 2128e68d18..80c1c681bb 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -13,7 +13,7 @@ from distutils.command.install_data import install_data # flags and values that affect this script #---------------------------------------------------------------------- -VERSION = "2.4.0.7p1" +VERSION = "2.4.0.7" DESCRIPTION = "Cross platform GUI toolkit for Python" AUTHOR = "Robin Dunn" AUTHOR_EMAIL = "Robin Dunn " diff --git a/wxPython/src/__version__.py b/wxPython/src/__version__.py index b8265abf5f..c2b3c1365e 100644 --- a/wxPython/src/__version__.py +++ b/wxPython/src/__version__.py @@ -1 +1 @@ -ver = '2.4.0.7p1' +ver = '2.4.0.7'