]> git.saurik.com Git - wxWidgets.git/commitdiff
Version number update
authorRobin Dunn <robin@alldunn.com>
Tue, 30 Mar 2004 19:54:17 +0000 (19:54 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 30 Mar 2004 19:54:17 +0000 (19:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/config.py
wxPython/docs/CHANGES.html
wxPython/docs/CHANGES.txt

index 937fdf189c7b9a34832c41e0440f0c97bb6b290f..38a4abf14df35058a9bfc36afdd1598b0824d8b4 100644 (file)
@@ -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"
index 925281bb3c3c2eaa6f1c133ba9ab95558ad1f709..ca5057603729a2ae0f824c78a945c8284b306870 100644 (file)
@@ -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>
index 447c084508fd4a8a580927d323b32b475a8ca2dc..d4e039362b40db6032b216e558fb8257509ff803 100644 (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
@@ -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