summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-12-08 14:17:19 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-12-08 14:17:19 +0100
commita1065f5f16d752da92bd4bcc929182cd22f07816 (patch)
treeba745c987c17487346c24f8dfdf79895c0afeca0 /Makefile.am
parent3c4bb49807be2cfecf9480b97329b59d0781e30f (diff)
downloadgmp-a1065f5f16d752da92bd4bcc929182cd22f07816.tar.gz
Bump version info.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 4b1c2f318..094d0976d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -84,13 +84,13 @@
# it's still good to get the shared library filename (like
# libgmpxx.so.3.0.4) incrementing, to make it clear which GMP it's from.
-LIBGMP_LT_CURRENT = 10
-LIBGMP_LT_REVISION = 1
-LIBGMP_LT_AGE = 0
+LIBGMP_LT_CURRENT = 11
+LIBGMP_LT_REVISION = 0
+LIBGMP_LT_AGE = 1
-LIBGMPXX_LT_CURRENT = 6
-LIBGMPXX_LT_REVISION = 1
-LIBGMPXX_LT_AGE = 2
+LIBGMPXX_LT_CURRENT = 7
+LIBGMPXX_LT_REVISION = 0
+LIBGMPXX_LT_AGE = 3
SUBDIRS = tests mpn mpz mpq mpf printf scanf rand cxx demos tune doc