From 1363913063d296190f52ecfac45a3abbd6094d40 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Thu, 23 Jul 2020 12:40:11 +0200 Subject: 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. --- src/Makefile.am | 4 ++-- 1 file 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 \ -- cgit v1.2.1