summaryrefslogtreecommitdiff
path: root/mp-h.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-01 02:46:28 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-01 02:46:28 +0200
commit7e476d6aab9601cd811ff174c0e00794557482d9 (patch)
tree6ae5ff4c10ecadef3b26d9718578e898be750042 /mp-h.in
parentd5c16181f7ee12415eaff427e2965bf466c5ee9c (diff)
downloadgmp-7e476d6aab9601cd811ff174c0e00794557482d9.tar.gz
* gmp-h.in (__GNU_MP__, __GNU_MP_VERSION): Bump to 4.0.
* mp-h.in (__GNU_MP__): Ditto.
Diffstat (limited to 'mp-h.in')
-rw-r--r--mp-h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp-h.in b/mp-h.in
index d6d7c9ff7..6d475654c 100644
--- a/mp-h.in
+++ b/mp-h.in
@@ -28,7 +28,7 @@ MA 02111-1307, USA. */
gmp.h and mp.h to allow both to be included in an application or during
the library build. Use the t-gmp-mp-h.pl script to check. */
#ifndef __GNU_MP__
-#define __GNU_MP__ 3
+#define __GNU_MP__ 4
#define __need_size_t
#include <stddef.h>