5.19.90 - incorrect libopts soname (decreased)
Brought to you by:
bkorb
Hello,
Compared to 5.18.16 in the new alpha release 5.19.90 the soname of libopts decreased from libopts.so.25 to libopts.so.24 (on linux)
This originates from VERSION which changed from
AO_CURRENT=42 : AO_REVISION=1 : AO_AGE=17
to
AO_CURRENT=42 : AO_REVISION=2 : AO_AGE=18
Looks like you implemented steps 3 and 5 of https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html but missed step 4
4 If any interfaces have been added, removed, or changed since the last update, increment current, and set revision to 0.
cu Andreas
I misunderstood the age thingy. It should remain 17.