]> git.saurik.com Git - wxWidgets.git/commitdiff
Bumped subrelease number
authorRobin Dunn <robin@alldunn.com>
Sat, 19 Mar 2005 00:38:46 +0000 (00:38 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 19 Mar 2005 00:38:46 +0000 (00:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in
include/wx/version.h
wxPython/config.py

index bdcacaec56488c8532b8e1d7012cb4b49d0492a8..208438689f9b1997b1bd25624b77df99207c3090 100755 (executable)
--- a/configure
+++ b/configure
@@ -1661,7 +1661,7 @@ test -n "$target_alias" &&
 wx_major_version_number=2
 wx_minor_version_number=5
 wx_release_number=4
-wx_subrelease_number=1
+wx_subrelease_number=2
 
 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
 WX_VERSION=$WX_RELEASE.$wx_release_number
index ca9524863083afa65122e86456f6b13c07b68fa3..bbd77485bb3b136fc661c6b43a4514f5da1cfda6 100644 (file)
@@ -56,7 +56,7 @@ dnl   libwx_$(TOOLKIT)-$(WX_RELEASE).so.$(WX_CURRENT).$(WX_REVISION).$(WX_AGE)
 wx_major_version_number=2
 wx_minor_version_number=5
 wx_release_number=4
-wx_subrelease_number=1
+wx_subrelease_number=2
 
 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
 WX_VERSION=$WX_RELEASE.$wx_release_number
index 32b40178cdd7df17c85e942bac9eed55c4aa0e39..367553092b3649fd985b3fd9b483d5736cb8b549 100644 (file)
@@ -22,7 +22,7 @@
 #define wxMAJOR_VERSION      2
 #define wxMINOR_VERSION      5
 #define wxRELEASE_NUMBER     4
-#define wxSUBRELEASE_NUMBER  1
+#define wxSUBRELEASE_NUMBER  2
 #define wxVERSION_STRING   _T("wxWidgets 2.5.4")
 
 /*  nothing to update below this line when updating the version */
index fa74e2acc30f7f2e6a61cf95c4b8799d5bdb00b5..82f5da08e4c06ee98f7fcf5c2d5e2d931831207f 100644 (file)
@@ -39,8 +39,8 @@ import distutils.command.clean
 VER_MAJOR        = 2      # The first three must match wxWidgets
 VER_MINOR        = 5
 VER_RELEASE      = 4
-VER_SUBREL       = 1      # wxPython release num for x.y.z release of wxWidgets
-VER_FLAGS        = ""     # release flags, such as prerelease num, unicode, etc.
+VER_SUBREL       = 2      # wxPython release num for x.y.z release of wxWidgets
+VER_FLAGS        = "pre"     # release flags, such as prerelease num, unicode, etc.
 
 DESCRIPTION      = "Cross platform GUI toolkit for Python"
 AUTHOR           = "Robin Dunn"