]> git.saurik.com Git - wxWidgets.git/commitdiff
reset libtool version for new branch
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Sep 2005 09:02:24 +0000 (09:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Sep 2005 09:02:24 +0000 (09:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/version.bkl

index 18e7dc3c8e9632964fe2650871ebf4048223e176..b01cffa8577713f30034e5fd2ab682e7fbf4b266 100644 (file)
@@ -2,7 +2,7 @@
 <!-- $Id$ -->
 
 <makefile>
-    
+
     <!-- ================================================================== -->
     <!--                      Handling of binary compatiblity:              -->
     <!-- ================================================================== -->
     <!--
        We use libtool CURRENT:REVISION:AGE versioning scheme. Quoting libtool
        documentation on how to handle the values:
-        
-       1. Start with version information of `0:0:0' for each libtool library.
-     
+
+       1. Start with version information of `0:0:0' for each new major.minor
+          version.
+
        2. Update the version information only immediately before a public
           release of your software.  More frequent updates are unnecessary,
           and only guarantee that the current interface number gets larger
           faster.
-     
+
        3. If the library source code has changed at all since the last
           update, then increment REVISION (`C:R:A' becomes `C:r+1:A').
-     
+
        4. If any interfaces have been added, removed, or changed since the
           last update, increment CURRENT, and set REVISION to 0.
-     
+
        5. If any interfaces have been added since the last public release,
           then increment AGE.
-     
+
        6. If any interfaces have been removed since the last public release,
           then set AGE to 0.
     -->
-    <set var="WX_CURRENT">2</set>
+    <set var="WX_CURRENT">0</set>
     <set var="WX_REVISION">0</set>
-    <set var="WX_AGE">2</set>
+    <set var="WX_AGE">0</set>
 
 
     <!-- ================================================================== -->