reset libtool version for new branch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-09-26 09:02:24 +00:00
parent 151815eb93
commit f36086d185

View File

@@ -11,7 +11,8 @@
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,
@@ -30,9 +31,9 @@
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>
<!-- ================================================================== -->