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:
parent
c163da42f0
commit
e41c39d681
8
configure
vendored
8
configure
vendored
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -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 ------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user