Jack Howarth wrote: > However if you look in ppl-0.10.1/src/Makefile.am, you will find... > > # PPL release -version-info > # 0.1 ----- > # 0.2 ----- > # 0.3 0:0:0 > # 0.4 1:0:1 > # 0.5 2:0:0 > # 0.6 3:0:0 > # 0.7 4:0:0 > # 0.8 5:0:0 > # 0.9 6:0:0 > # 0.10 7:0:0 > # 0.10.1 8:0:1 > > So either Roberto meant to bump the soversion and > forgot or changed his mind and didn't revert all of the > soversion changes out before release.
I assume that there was some added API that caused the CURRENT version number to increase. Since the soname did not change (AGE was also bumped), anything that was built against version 0.10 will continue to work with 0.10.1 without being rebuilt. If there was no added API, and none removed, then only the revision should have been touched, of course. http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info Peter