]> git.saurik.com Git - wxWidgets.git/commitdiff
Bump soname in preparation for 2.6.2 release.
authorRon Lee <ron@debian.org>
Thu, 23 Jun 2005 01:26:23 +0000 (01:26 +0000)
committerRon Lee <ron@debian.org>
Thu, 23 Jun 2005 01:26:23 +0000 (01:26 +0000)
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

build/bakefiles/common.bkl
configure
configure.in

index bebeca6399d38d02fdb82a512f180d6cf94a74e1..8baf4d4a96dd7d7aa70581fb815d9c0bf782cfda 100644 (file)
@@ -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>
index 276b6342e8a40350e65d1109e6660900c6222804..737b17350df057283f8c11c3f00093e308dcff8f 100755 (executable)
--- 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
 
 
index 81a1782bfed256d6cd150a3d75b2a95511c27b80..3d9ec6378f2674f5fdfb4165a399f3b255cbbbe3 100644 (file)
@@ -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