summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-04-14 01:13:08 +0200
committerKevin Ryde <user42@zip.com.au>2004-04-14 01:13:08 +0200
commit11c09caf997740db107c742cdc2e5aaf2c30e89d (patch)
treee2f9a7bfb6f2f1fec4c7baec1d9b39189fbba4a2 /Makefile.in
parent4c4470b0d24c90a964f95ca75dc12a543dca13c6 (diff)
downloadgmp-11c09caf997740db107c742cdc2e5aaf2c30e89d.tar.gz
Regenerate for:
* Makefile.am: Note 4.1.3 libtool versioning info, and REVISION policy.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 137e47f55..0b896f24b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -424,11 +424,18 @@ AUTOMAKE_OPTIONS = 1.8 gnu no-dependencies ansi2knr
# 4.1 6:0:3 3:2:0 4:4:1
# 4.1.1 6:1:3 3:3:0 4:5:1
# 4.1.2 6:2:3 3:4:0 4:6:1
+# 4.1.3 6:3:3 3:5:0 4:7:1
#
# Starting at 3:0:0 is a slight abuse of the versioning system, but it
# ensures we're past soname libgmp.so.2, which was used on Debian GNU/Linux
# packages of gmp 2. Pretend gmp 2 was 2:0:0, so the interface changes for
# gmp 3 mean 3:0:0 is right.
+#
+# We interpret "implementation changed" in item "1." above as meaning any
+# release, ie. the REVISION is incremented every time (if nothing else).
+# Even if we thought the code generated will be identical on all systems,
+# it's still good to get the shared library filename (like
+# libgmpxx.so.3.0.4) incrementing, to make it clear which GMP it's from.
LIBGMP_LT_CURRENT = 6
LIBGMP_LT_REVISION = 0
LIBGMP_LT_AGE = 3