From 859bf49e18846717083ca64a1f3012e2acbcd2e0 Mon Sep 17 00:00:00 2001 From: wbhart Date: Wed, 13 Jan 2010 19:28:20 +0000 Subject: [PATCH] Fix limbp version numbers. --This line, and those below, will be ignored-- M Makefile.am --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index a219c3bf..904f20b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,7 +63,7 @@ AUTOMAKE_OPTIONS = 1.8 gnu no-dependencies # 1.0.0 7:2:4 4:2:1 4:11:1 # 1.1.0 7:3:4 4:3:1 4:12:1 # 1.2.0 7:4:4 4:4:1 4:13:1 -# 1.3.0 8:0:0 4:5:1 0:0:0 +# 1.3.0 8:0:0 4:5:1 4:14: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 @@ -84,9 +84,9 @@ LIBGMPXX_LT_CURRENT = 4 LIBGMPXX_LT_REVISION = 5 LIBGMPXX_LT_AGE = 1 -LIBMP_LT_CURRENT = 0 -LIBMP_LT_REVISION = 0 -LIBMP_LT_AGE = 0 +LIBMP_LT_CURRENT = 4 +LIBMP_LT_REVISION = 14 +LIBMP_LT_AGE = 1 SUBDIRS = tests