summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-06-11 12:44:42 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-06-11 12:44:42 +0000
commit56376028d1fb3fcc77674857dfb24d6d67fa1841 (patch)
treec4e3879b37b569011ea0fa2bbb94ba36a962d688
parente8c972c794f3ae94b94c0638b63431682bdb7898 (diff)
downloadmpfr-56376028d1fb3fcc77674857dfb24d6d67fa1841.tar.gz
[src/Makefile.am] Updated -version-info to 7:0:1 for MPFR 4.1.0.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13979 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0a2e9ce17..4ef138034 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -94,7 +94,8 @@ libmpfr_la_LIBADD = @LIBOBJS@
# 3.0.x 4:x:0
# 3.1.x 5:x:1
# 4.0.x 6:x:0
-libmpfr_la_LDFLAGS = $(MPFR_LDFLAGS) $(LIBMPFR_LDFLAGS) -version-info 6:0:0
+# 4.1.x 7:x:1
+libmpfr_la_LDFLAGS = $(MPFR_LDFLAGS) $(LIBMPFR_LDFLAGS) -version-info 7:0:1
GET_PATCHES_SH = $(top_srcdir)/tools/get_patches.sh
PATCHES = $(top_srcdir)/PATCHES