Also increment WX_CURRENT and WX_AGE according to the directions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2005-02-11 00:21:31 +00:00
parent c163da42f0
commit e41c39d681
2 changed files with 6 additions and 6 deletions

8
configure vendored
View File

@ -1658,8 +1658,8 @@ test -n "$target_alias" &&
wx_major_version_number=2
wx_minor_version_number=5
wx_release_number=3
wx_subrelease_number=3
wx_release_number=4
wx_subrelease_number=0
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
WX_VERSION=$WX_RELEASE.$wx_release_number
@ -1667,9 +1667,9 @@ WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
WX_CURRENT=3
WX_CURRENT=4
WX_REVISION=0
WX_AGE=3
WX_AGE=4

View File

@ -64,9 +64,9 @@ WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
WX_CURRENT=3
WX_CURRENT=4
WX_REVISION=0
WX_AGE=3
WX_AGE=4
dnl ------------------------------------------------------------------------