bump subrelease

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-11-13 02:55:07 +00:00
parent c1cb24a460
commit 66b50a8ff9
2 changed files with 5 additions and 4 deletions

View File

@@ -39,7 +39,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 = 3 VER_RELEASE = 3
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 = "pre" # release flags, such as prerelease num, unicode, etc. VER_FLAGS = "pre" # release flags, such as prerelease num, unicode, etc.
DESCRIPTION = "Cross platform GUI toolkit for Python" DESCRIPTION = "Cross platform GUI toolkit for Python"

View File

@@ -2,7 +2,7 @@ Recent Changes for wxPython
===================================================================== =====================================================================
2.5.3.2 2.5.3.3
------- -------
wx.Sizer Add, Insert, and Prepend funcitons now return a reference to the wx.Sizer Add, Insert, and Prepend funcitons now return a reference to the
@@ -18,8 +18,9 @@ out-of-sync assert is generated when clicking on a radio button and
then calling GetValue(). then calling GetValue().
XRC: XRC:
- added 'icon' property to wxFrame and wxDialog - Added 'icon' property to wxFrame and wxDialog
- no longer ignores menu bitmaps on non-MSW platforms - No longer ignores menu bitmaps on non-MSW platforms
- Notebook page bitmaps are now supported
wxMSW: fix for [ 1052989 ] TextCtrl.SetBackgroundColour(wx.NullColour) wxMSW: fix for [ 1052989 ] TextCtrl.SetBackgroundColour(wx.NullColour)
bug. bug.