summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-01 02:43:11 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-01 02:43:11 +0200
commitd5c16181f7ee12415eaff427e2965bf466c5ee9c (patch)
tree2f3a4cc37a24ad5021382cb00cdd0454adf6081b /gmp-h.in
parenta0d58a093e2c0cd6f62f69e319076967feeeec96 (diff)
downloadgmp-d5c16181f7ee12415eaff427e2965bf466c5ee9c.tar.gz
* gmp-h.in (__GNU_MP__, __GNU_MP_VERSION): Bump to 4.0.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gmp-h.in b/gmp-h.in
index e2b748ab6..4f74950e0 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -35,7 +35,7 @@ MA 02111-1307, USA. */
gmp.h and mp.h to allow both to be included in an application or during
the library build. */
#ifndef __GNU_MP__
-#define __GNU_MP__ 3
+#define __GNU_MP__ 4
#define __need_size_t
#include <stddef.h>
@@ -2010,8 +2010,8 @@ enum
};
/* Major version number is the value of __GNU_MP__ too, above and in mp.h. */
-#define __GNU_MP_VERSION 3
-#define __GNU_MP_VERSION_MINOR 2
+#define __GNU_MP_VERSION 4
+#define __GNU_MP_VERSION_MINOR 0
#define __GNU_MP_VERSION_PATCHLEVEL 0
#define gmp_version __gmp_version