diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2010-08-16 13:09:20 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2010-08-16 13:09:20 +0000 |
commit | 7542dd2129bf6f3be8334a177fc07db5fafcae93 (patch) | |
tree | 8ee41a190bee0e689846f8bd55ef2c1b9034829b | |
parent | 794996ab4cc95c74011f66bdc1b27df6da9de37f (diff) | |
download | mpfr-7542dd2129bf6f3be8334a177fc07db5fafcae93.tar.gz |
[Makefile.am] Updated -version-info (the interface hasn't really been
changed yet -- though the future bug fix / rewrite of mpfr_mul_q and
mpfr_div_q could be seen as an addition -- but this eases maintenance
and avoids -version-info conflict with the 3.0 branch).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7086 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6620c767b..005e07cc2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,7 +77,8 @@ libmpfr_la_LIBADD = @LIBOBJS@ # 2.3.x 2:x:1 # 2.4.x 3:x:2 # 3.0.x 4:x:0 -libmpfr_la_LDFLAGS = -version-info 4:0:0 +# 3.1.x 4:x:1 +libmpfr_la_LDFLAGS = -version-info 4:0:1 info_TEXINFOS = mpfr.texi |