summaryrefslogtreecommitdiff
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
parent3c4bb49807be2cfecf9480b97329b59d0781e30f (diff)
downloadgmp-a1065f5f16d752da92bd4bcc929182cd22f07816.tar.gz
Bump version info.
-rw-r--r--Makefile.am12
-rw-r--r--gmp-h.in6
2 files changed, 9 insertions, 9 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
diff --git a/gmp-h.in b/gmp-h.in
index 5dd9ac966..cd4235111 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -2220,9 +2220,9 @@ enum
#define __GMP_CFLAGS "@CFLAGS@"
/* Major version number is the value of __GNU_MP__ too, above and in mp.h. */
-#define __GNU_MP_VERSION 5
-#define __GNU_MP_VERSION_MINOR 0
-#define __GNU_MP_VERSION_PATCHLEVEL 90
+#define __GNU_MP_VERSION 5
+#define __GNU_MP_VERSION_MINOR 1
+#define __GNU_MP_VERSION_PATCHLEVEL 0
#define __GNU_MP_RELEASE (__GNU_MP_VERSION * 10000 + __GNU_MP_VERSION_MINOR * 100 + __GNU_MP_VERSION_PATCHLEVEL)
#define __GMP_H__