summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-07-05 09:22:23 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-07-05 09:22:23 +0000
commitdaef67d381bc4347b0bb16f4dfb15c312aee8e0d (patch)
tree82718a823f0a04989d16f3df7c8b2ed39df8d98a
parent6672e1c0faeb69843f93b3c2f7a905704af0dcdd (diff)
downloadmpc-daef67d381bc4347b0bb16f4dfb15c312aee8e0d.tar.gz
Makefile.am: increase ABI version
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1228 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--README.dev2
-rw-r--r--src/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.dev b/README.dev
index a809e87..2055a6c 100644
--- a/README.dev
+++ b/README.dev
@@ -19,7 +19,7 @@ Creating a new release
2) Check the version number in configure.ac ("AC_INIT (mpc, _version_...)"),
INSTALL, src/get_version.c, src/mpc.h (remove suffix "dev" in
MPC_VERSION_STRING) and Makefile.vc.
- 3) Verify that the API version in src/Makefile.am is correct.
+ 3) Verify that the ABI version in src/Makefile.am is correct.
4) Check that NEWS, BUGS and TODO are up to date, and that the minimal
version numbers of gmp and mpfr in configure.ac, INSTALL and
doc/mpc.texi are correct.
diff --git a/src/Makefile.am b/src/Makefile.am
index 7514ed5..0ece311 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 2:0:0
+libmpc_la_LDFLAGS = $(MPC_LDFLAGS) -version-info 3:0:0
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_si_si.c conj.c cos.c cosh.c div_2si.c div_2ui.c div.c div_fr.c \