]> git.sur5r.net Git - openldap/commitdiff
Move to -release based soname versioning
authorKurt Zeilenga <kurt@openldap.org>
Sun, 14 Mar 2004 04:05:47 +0000 (04:05 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 14 Mar 2004 04:05:47 +0000 (04:05 +0000)
build/top.mk
build/version.sh
build/version.var

index 2d9a8f5f9cc1652d2f69a623e9df3b95389505ff..03bfd508afc3a44f11e4130ce05ea16c75c3106e 100644 (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)
index bc3f94dd89493840cf2719758cc901140eab73fd..1dd2a21ed7a2f24db6f2e4b5ec0378465563d82b 100755 (executable)
@@ -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}"
index 88278f9f37c5c7d91003739bb32695476b46644e..44d675077b8ec21b401a77166d91e5908e01629a 100644 (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"