summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-05-04 00:05:01 +0200
committerKevin Ryde <user42@zip.com.au>2002-05-04 00:05:01 +0200
commit73b9351efc0fd6dfa3075068476f9979c3f11520 (patch)
treeeca70962755e641883516f2a0f0d62fd2d5cf0ac
parent0a0bdadffaa86b7b7329022dc036f3a633e05ec9 (diff)
downloadgmp-73b9351efc0fd6dfa3075068476f9979c3f11520.tar.gz
* gmp-h.in (__GNU_MP_VERSION): Set to 4.1.
-rw-r--r--gmp-h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmp-h.in b/gmp-h.in
index 3b0d60fa6..2b7556e82 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -2088,7 +2088,7 @@ enum
/* Major version number is the value of __GNU_MP__ too, above and in mp.h. */
#define __GNU_MP_VERSION 4
-#define __GNU_MP_VERSION_MINOR 0
+#define __GNU_MP_VERSION_MINOR 1
#define __GNU_MP_VERSION_PATCHLEVEL 0
#define __GMP_H__