summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-05-04 00:29:36 +0200
committerKevin Ryde <user42@zip.com.au>2002-05-04 00:29:36 +0200
commit600ef4104a4c02f189c9f49f0ac089f4c61b73b8 (patch)
tree95f56fd33bd70b478f006816e719d9a877af6855
parent341aadde3238c6bd72587abb613ac7745cad36c8 (diff)
downloadgmp-600ef4104a4c02f189c9f49f0ac089f4c61b73b8.tar.gz
* Makefile.am (-version-info): Bump for new release.
-rw-r--r--Makefile.in13
1 files changed, 8 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 3f1560cb3..474d97e5d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -33,7 +33,8 @@
# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
# MA 02111-1307, USA.
-# Libtool -version-info for libgmp.la and libmp.la. See (libtool)Versioning
+# Libtool -version-info for libgmp.la and libmp.la. See "Versioning" in the
+# libtool manual.
#
# 1. No interfaces changed, only implementations (good): Increment REVISION.
#
@@ -53,6 +54,8 @@
# 3.1 4:0:1 - 4:0:1
# 3.1.1 4:1:1 - 4:1:1
# 4.0 5:0:2 3:0:0 4:2:1
+# 4.0.1 5:1:2 3:1:0 4:3:1
+# 4.1 6:0:3 3:2:0 4:4: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
@@ -162,16 +165,16 @@ mpn_objects = @mpn_objects@
mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
mpn_objs_in_libmp = @mpn_objs_in_libmp@
-LIBGMP_LT_CURRENT = 5
+LIBGMP_LT_CURRENT = 6
LIBGMP_LT_REVISION = 0
-LIBGMP_LT_AGE = 2
+LIBGMP_LT_AGE = 3
LIBGMPXX_LT_CURRENT = 3
-LIBGMPXX_LT_REVISION = 0
+LIBGMPXX_LT_REVISION = 2
LIBGMPXX_LT_AGE = 0
LIBMP_LT_CURRENT = 4
-LIBMP_LT_REVISION = 2
+LIBMP_LT_REVISION = 4
LIBMP_LT_AGE = 1
AUTOMAKE_OPTIONS = gnu no-dependencies ansi2knr