[Xlibs] libXfont shared library version
Keith Packard
keithp@keithp.com
Sat, 08 Nov 2003 19:02:49 -0800
Around 18 o'clock on Nov 8, Eric Anholt wrote:
> The libXfont shared library from freedesktop.org has major version 0
> (libXfont.so.0), while the XFree86 one from 4.3.0 is version 1. Is this
> intentional? Also, have any of the changes at freedesktop.org been to
> public interfaces which would require a bump of the major number?
Oops. They apparently ship it as version 1.4. Note that this number is
incompatible with the libtool --version-info numbering scheme (which would
make this produce different version numbers on BSD and Linux), so you'll
want to use the libtool 1.5 --version-number scheme instead.
I'd set the version number to 1.4.1.
-keith