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
This commit is contained in:
parent
d103642201
commit
31b34ada76
@ -54,7 +54,7 @@
|
||||
<!-- this needs to be reset to 0 on beginning of stable series and
|
||||
increment by one 1 every time binary incompatible change is made
|
||||
(i.e. preferably never) -->
|
||||
<set var="WX_BINARY_VERSION">0</set>
|
||||
<set var="WX_BINARY_VERSION">1</set>
|
||||
|
||||
<set var="WXSOVERSION">
|
||||
<if cond="WX_STABLE_BRANCH=='1'">$(WX_BINARY_VERSION).0.0</if>
|
||||
|
4
configure
vendored
4
configure
vendored
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user