From: Ron Lee Date: Thu, 23 Jun 2005 01:26:23 +0000 (+0000) Subject: Bump soname in preparation for 2.6.2 release. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/31b34ada76e0d33bc76689dee74fb67d3e12baf8?ds=inline Bump soname in preparation for 2.6.2 release. Could someone please rebake this with whatever the correct version + silent hacks is. Based on present reports I have no idea which version and/or hacks to it are 'official', and the crypto logic that bakefile is becoming famous for is in shining form today: $ bakefile_gen -fautoconf ----------------------------------------------------------------------- This file cannot be processed with Bakefile version older than 0.1.7. You are using Bakefile version 0.1.6. Please install the newest version from http://bakefile.sourceforge.net. ----------------------------------------------------------------------- It's always good to have a nice conundrum to ponder while your code is not building... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index bebeca6399..8baf4d4a96 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -54,7 +54,7 @@ - 0 + 1 $(WX_BINARY_VERSION).0.0 diff --git a/configure b/configure index 276b6342e8..737b17350d 100755 --- a/configure +++ b/configure @@ -1671,8 +1671,8 @@ WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number -WX_CURRENT=0 -WX_REVISION=1 +WX_CURRENT=1 +WX_REVISION=0 WX_AGE=0 diff --git a/configure.in b/configure.in index 81a1782bfe..3d9ec6378f 100644 --- a/configure.in +++ b/configure.in @@ -65,8 +65,8 @@ WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number -WX_CURRENT=0 -WX_REVISION=1 +WX_CURRENT=1 +WX_REVISION=0 WX_AGE=0