summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas.enge@inria.fr>2016-07-22 12:22:36 +0200
committerAndreas Enge <andreas.enge@inria.fr>2016-07-22 12:22:36 +0200
commitde0833a28940a43803a8e4ab50b20796f1f5caf3 (patch)
treeb4c225848f1a835ac922fda0d1525cdc00907d43
parent19b7b608211ce6b174551f4e75b3d91bcda91a73 (diff)
downloadmpc-git-de0833a28940a43803a8e4ab50b20796f1f5caf3.tar.gz
Update libtool version number.
* src/Makefile.am (libmpc_la_LDFLAGS): Update libtool versioning to accomodate the presence of new functions.
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1410f83..97c7a06 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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 3:0:0
+libmpc_la_LDFLAGS = $(MPC_LDFLAGS) -version-info 4:0:1
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 \