From 8a7820743a92893d4d988fe9a51358f2a500c1d5 Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Fri, 20 May 2005 07:08:33 +0000 Subject: [PATCH] Fix the 'age' of the library to be consistent with the rules we set up for it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@34189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 8b47a5f429..e3c62cca64 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=1 +WX_AGE=0 diff --git a/configure.in b/configure.in index cc79c8c0b8..7f04d748e3 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=1 +WX_AGE=0 dnl ------------------------------------------------------------------------