summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-07-10 17:24:11 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-07-10 17:24:11 +0000
commit9191cc9ffd2eb59048e5721aa509b9f556b785c5 (patch)
tree1db9c91513ac6b70fec0126c8308723356dc475f
parent3fc7a7166161466cbea0a0ea8fdfefb7a0390b11 (diff)
downloadmpfr-9191cc9ffd2eb59048e5721aa509b9f556b785c5.tar.gz
[src/Makefile.am] Updated -version-info to 7:1:1 for MPFR 4.1.1.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.1@14073 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4ef138034..21ee204a7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -95,7 +95,7 @@ libmpfr_la_LIBADD = @LIBOBJS@
# 3.1.x 5:x:1
# 4.0.x 6:x:0
# 4.1.x 7:x:1
-libmpfr_la_LDFLAGS = $(MPFR_LDFLAGS) $(LIBMPFR_LDFLAGS) -version-info 7:0:1
+libmpfr_la_LDFLAGS = $(MPFR_LDFLAGS) $(LIBMPFR_LDFLAGS) -version-info 7:1:1
GET_PATCHES_SH = $(top_srcdir)/tools/get_patches.sh
PATCHES = $(top_srcdir)/PATCHES