From 9896cf5ef76d288f30084786fe064c706002504a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 30 Mar 2004 00:14:04 +0000 Subject: [PATCH] Updated version number git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/config.py | 2 +- wxPython/docs/CHANGES.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wxPython/config.py b/wxPython/config.py index ebb73a141a..937fdf189c 100644 --- a/wxPython/config.py +++ b/wxPython/config.py @@ -38,7 +38,7 @@ import distutils.command.clean VER_MAJOR = 2 # The first three must match wxWidgets VER_MINOR = 5 VER_RELEASE = 1 -VER_SUBREL = 2 # wxPython release num for x.y.z release of wxWidgets +VER_SUBREL = 3 # wxPython release num for x.y.z release of wxWidgets VER_FLAGS = "" # release flags, such as prerelease num, unicode, etc. DESCRIPTION = "Cross platform GUI toolkit for Python" diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 6c92a79c9c..447c084508 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -1,7 +1,7 @@ CHANGES.txt for wxPython ===================================================================== -2.5.1.2 +2.5.1.3 ------- (See also the MigrationGuide.txt file for details about some of the -- 2.47.2