Version number update

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-03-30 19:54:17 +00:00
parent 8470ed1a3a
commit 73adcb0150
3 changed files with 11 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ import distutils.command.clean
VER_MAJOR = 2 # The first three must match wxWidgets VER_MAJOR = 2 # The first three must match wxWidgets
VER_MINOR = 5 VER_MINOR = 5
VER_RELEASE = 1 VER_RELEASE = 1
VER_SUBREL = 3 # wxPython release num for x.y.z release of wxWidgets VER_SUBREL = 4 # wxPython release num for x.y.z release of wxWidgets
VER_FLAGS = "" # release flags, such as prerelease num, unicode, etc. VER_FLAGS = "" # release flags, such as prerelease num, unicode, etc.
DESCRIPTION = "Cross platform GUI toolkit for Python" DESCRIPTION = "Cross platform GUI toolkit for Python"

View File

@@ -4,14 +4,14 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="generator" content="Docutils 0.3.1: http://docutils.sourceforge.net/" /> <meta name="generator" content="Docutils 0.3.1: http://docutils.sourceforge.net/" />
<title>CHANGES.txt for wxPython</title> <title>Recent Changes for wxPython</title>
<link rel="stylesheet" href="default.css" type="text/css" /> <link rel="stylesheet" href="default.css" type="text/css" />
</head> </head>
<body> <body>
<div class="document" id="changes-txt-for-wxpython"> <div class="document" id="recent-changes-for-wxpython">
<h1 class="title">CHANGES.txt for wxPython</h1> <h1 class="title">Recent Changes for wxPython</h1>
<div class="section" id="id1"> <div class="section" id="id1">
<h1><a name="id1">2.5.1.3</a></h1> <h1><a name="id1">2.5.1.4</a></h1>
<p>(See also the MigrationGuide.txt file for details about some of the <p>(See also the MigrationGuide.txt file for details about some of the
big changes that have happened in this release and how you should big changes that have happened in this release and how you should
adapt your code.)</p> adapt your code.)</p>
@@ -90,6 +90,7 @@ couldn't figure out anything better. Well now we have something that,
if it isn't already, has the potential to be better. So consider if it isn't already, has the potential to be better. So consider
migrating away from using activexwrapper as well. Please see the migrating away from using activexwrapper as well. Please see the
MigrationGuide for more details on using the new module.</p> MigrationGuide for more details on using the new module.</p>
<p>Floats are allowed again as function parameters where ints are expected.</p>
</div> </div>
<div class="section" id="id2"> <div class="section" id="id2">
<h1><a name="id2">2.4.2.4</a></h1> <h1><a name="id2">2.4.2.4</a></h1>

View File

@@ -1,7 +1,7 @@
CHANGES.txt for wxPython Recent Changes for wxPython
===================================================================== =====================================================================
2.5.1.3 2.5.1.4
------- -------
(See also the MigrationGuide.txt file for details about some of the (See also the MigrationGuide.txt file for details about some of the
@@ -107,6 +107,9 @@ MigrationGuide for more details on using the new module.
.. _wxActiveX: http://members.optusnet.com.au/~blackpaw1/wxactivex.html .. _wxActiveX: http://members.optusnet.com.au/~blackpaw1/wxactivex.html
Floats are allowed again as function parameters where ints are expected.
2.4.2.4 2.4.2.4