summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas.enge@inria.fr>2020-07-23 12:40:11 +0200
committerAndreas Enge <andreas.enge@inria.fr>2020-07-23 13:13:55 +0200
commit1363913063d296190f52ecfac45a3abbd6094d40 (patch)
tree3b5d3c774fa20ec8d85d2f5261e3f768fced0202
parent54489772a642765a6252543658d781372877ac84 (diff)
downloadmpc-git-1363913063d296190f52ecfac45a3abbd6094d40.tar.gz
Update libtool versioning information.
This follows the advice at https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html * src/Makefile.am (libmpc_la_LDFLAGS): Update to 5.0.2 since we added functions.
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f489219..eb2e4ec 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
## src/Makefile.am -- Process this file with automake to produce Makefile.in
##
-## Copyright (C) 2008, 2009, 2010, 2011, 2012, 2016, 2018 INRIA
+## Copyright (C) 2008, 2009, 2010, 2011, 2012, 2016, 2018, 2020 INRIA
##
## This file is part of GNU MPC.
##
@@ -18,7 +18,7 @@
## along with this program. If not, see http://www.gnu.org/licenses/ .
lib_LTLIBRARIES = libmpc.la
-libmpc_la_LDFLAGS = $(MPC_LDFLAGS) -version-info 4:0:1
+libmpc_la_LDFLAGS = $(MPC_LDFLAGS) -version-info 5:0:2
libmpc_la_SOURCES = mpc-impl.h abs.c acos.c acosh.c add.c add_fr.c \
add_si.c add_ui.c arg.c asin.c asinh.c atan.c atanh.c clear.c \
cmp.c cmp_abs.c cmp_si_si.c conj.c cos.c cosh.c \