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:
parent
8470ed1a3a
commit
73adcb0150
@ -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 = 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.
|
||||
|
||||
DESCRIPTION = "Cross platform GUI toolkit for Python"
|
||||
|
@ -4,14 +4,14 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<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" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="document" id="changes-txt-for-wxpython">
|
||||
<h1 class="title">CHANGES.txt for wxPython</h1>
|
||||
<div class="document" id="recent-changes-for-wxpython">
|
||||
<h1 class="title">Recent Changes for wxPython</h1>
|
||||
<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
|
||||
big changes that have happened in this release and how you should
|
||||
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
|
||||
migrating away from using activexwrapper as well. Please see the
|
||||
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 class="section" id="id2">
|
||||
<h1><a name="id2">2.4.2.4</a></h1>
|
||||
|
@ -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
|
||||
@ -107,6 +107,9 @@ MigrationGuide for more details on using the new module.
|
||||
|
||||
.. _wxActiveX: http://members.optusnet.com.au/~blackpaw1/wxactivex.html
|
||||
|
||||
Floats are allowed again as function parameters where ints are expected.
|
||||
|
||||
|
||||
|
||||
|
||||
2.4.2.4
|
||||
|
Loading…
Reference in New Issue
Block a user