Skip to content
Snippets Groups Projects
Commit f1f1b0f6 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Move to -release based soname versioning

parent 3e586bd3
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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}"
......
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment