<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Greg,
<div class=""><br class="">
</div>
<div class="">Good advice. I am preparing the release on a Mac and I only get a “<a href="http://libproj.la" class="">libproj.la</a>”</div>
<div class="">after running make. Not sure how to produce a versionen libproj.so.x.y.z. But</div>
<div class="">that would certainly make it easier to check that things are sane.</div>
<div class=""><br class="">
</div>
<div class="">Regarding the test failure, I’ll fix that right away. Thanks for reporting that.</div>
<div class=""><br class="">
</div>
<div class="">/Kristian<br class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On 24 May 2018, at 21:18, Greg Troxel &lt;<a href="mailto:gdt@lexort.com" class="">gdt@lexort.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class=""><br class="">
Kristian Evers &lt;<a href="mailto:kreve@sdfe.dk" class="">kreve@sdfe.dk</a>&gt; writes:<br class="">
<br class="">
<blockquote type="cite" class="">Following that had me at 14:0:2. I could use a guide that explains<br class="">
that stuff in a simpler way :-)<br class="">
</blockquote>
<br class="">
My advice is to look at the resulting soname and make sure that's right.<br class="">
<br class="">
Basically:<br class="">
<br class="">
&nbsp;first number increments if an interface is changed or removed. &nbsp;(This<br class="">
&nbsp;is a big deal and should only happen via a commit that expects to do<br class="">
&nbsp;this, with discussion.)<br class="">
<br class="">
&nbsp;Second number increments if an interface is added (and first doesn't<br class="">
&nbsp;increment).<br class="">
<br class="">
&nbsp;third number increments if the code changes<br class="">
<br class="">
Instead of letting the user manage this, libtool has a funny way of<br class="">
encoding it like above, there is a interface version/age scheme where<br class="">
when you increment both version and age, you are saying that there<br class="">
wasn't an interface change, just an addition.<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>