summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-01-22 13:56:18 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-01-22 13:56:18 +0000
commit71b529c7efac9351e43a40fe82fd8455a132bc74 (patch)
tree195e5d16de00e71c9384a79a053dceda4169053f
parent0130951f09e9758bfcdd9971ad1e4103155d44b9 (diff)
downloadmpfr-71b529c7efac9351e43a40fe82fd8455a132bc74.tar.gz
[src/Makefile.am] Updated libmpfr_la_LDFLAGS for MPFR 4.0.1.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.0@12120 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 3a8d284c7..ff1133173 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -81,7 +81,7 @@ 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
+libmpfr_la_LDFLAGS = $(MPFR_LDFLAGS) $(LIBMPFR_LDFLAGS) -version-info 6:1:0
# Important note: If for some reason, srcdir is read-only at build time
# (and you use objdir != srcdir), then you need to rebuild get_patches.c