From 373c1e16b8d9c1eb2cdb12c83acb6bf8f19ab76c Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Mon, 23 May 2005 03:08:53 +0000 Subject: [PATCH] Bump the library age again, to reflect the fact we have made changes to the public api here already too. This should have been accompanied by an increase in the WX_CURRENT interface number too, but it is too late to fix that now I fear. We really should remove xh_tglbtn again, and schedule it for later addition, but I can hear the screams already, so if someone else feels managed binary compatibility is important please do so and lets find a good time to add it cleanly. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@34280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index e3c62cca64..8b47a5f429 100755 --- a/configure +++ b/configure @@ -1095,7 +1095,7 @@ WX_MSW_VERSION=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBE WX_CURRENT=0 WX_REVISION=2 -WX_AGE=0 +WX_AGE=1 diff --git a/configure.in b/configure.in index 7f04d748e3..cc79c8c0b8 100644 --- a/configure.in +++ b/configure.in @@ -57,7 +57,7 @@ WX_MSW_VERSION=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBE WX_CURRENT=0 WX_REVISION=2 -WX_AGE=0 +WX_AGE=1 dnl ------------------------------------------------------------------------