Move to -release based soname versioning

This commit is contained in:
Kurt Zeilenga 2004-03-14 04:05:47 +00:00
parent 3e586bd393
commit f1f1b0f69b
3 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@ SHTOOL = $(top_srcdir)/build/shtool
LIBTOOL = @LIBTOOL@
LIBVERSION = @OPENLDAP_LIBVERSION@
LTVERSION = -version-info $(LIBVERSION)
LTVERSION = -release $(LIBVERSION)
# libtool --only flag for libraries: platform specific
NT_LTONLY_LIB = # --only-$(BUILD_LIBS_DYNAMIC)

View file

@ -25,7 +25,7 @@ elif test $ol_minor != X ; then
else
ol_version=${ol_major}.${ol_minor}
ol_type=Devel
ol_api_lib=0:0:0
ol_api_lib=0
fi
ol_string="${ol_package} ${ol_version}-${ol_type}"

View file

@ -17,5 +17,5 @@ ol_major=2
ol_minor=X
ol_patch=X
ol_api_inc=000000
ol_api_lib=0:0:0
ol_api_lib=0.0.0
ol_release_date="00/00/0000"