Update library scripts to use only major/micro version numbers, and to

only add a symlink for linking (let ldconfig make symlinks for sonames).
This commit is contained in:
Laurence Withers 2007-09-11 22:21:05 +00:00
commit 444fca6eff
7 changed files with 12 additions and 33 deletions

View file

@ -7,11 +7,9 @@
# SOMAJOR and SOMINOR are included in the library's soname. They need to
# be bumped on a binary-incompatible release. They are both single
# integers.
# SOMAJOR is included in the library's soname, and needs to be bumped
# after a binary-incompatible release. It is a single integer.
SOMAJOR=0
SOMINOR=0
# SOMICRO is bumped every time there is a binary-compatible release.
SOMICRO=0