Right, so if the first api version is 0 then it make sense, sort of, matter of preference I guess.<div><br></div><div>So, the original patch was wrong, however the new suggestion was actually geared towards the future </div>
<div>and the next release(s), so if I'm not mistaken that needs to be done through the -version-info and for</div><div>the time being the api version would be defined to 0.</div><div><br></div><div>Cheers,</div><div>Mikko</div>
<div><br><div class="gmail_quote">On Fri, Nov 9, 2012 at 9:32 AM, David Herrmann <span dir="ltr"><<a href="mailto:dh.herrmann@googlemail.com" target="_blank">dh.herrmann@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi<br>
<div class="im"><br>
On Fri, Nov 9, 2012 at 6:17 PM, Mikko Levonmaa <<a href="mailto:mikko.levonmaa@gmail.com">mikko.levonmaa@gmail.com</a>> wrote:<br>
> Yes, true. Still to me having a meaningful version number in the actual<br>
> library files does provide value.<br>
><br>
> Also the manual does suggest that a -version-info is provided if we want to<br>
> use libtool's versioning system,<br>
> albeit they discourage the direct relation to the actual package version<br>
> name.<br>
><br>
> <a href="http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info" target="_blank">http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info</a><br>

><br>
> Perhaps we should consider adding a WAYLAND_API_VERSION and have that be<br>
> inserted into the file name, how does<br>
> that sound?<br>
<br>
</div>No. -version-info is 0:0:0 by default and we consider wayland-1.0 the<br>
first version so we don't have to specify it. libtool takes care of it<br>
automatically. When we modify the API the first time, we need to<br>
increase this. I think Kristian will do this properly when doing new<br>
releases.<br>
But please do not put any other version-information into the<br>
file-names. I cannot think of any reason to do this. Can you explain<br>
why you want this?<br>
<br>
Cheers<br>
<span class="HOEnZb"><font color="#888888">David<br>
</font></span></blockquote></div><br></div>