summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-05-18 22:33:06 +0200
committerTorbjorn Granlund <tege@gmplib.org>2009-05-18 22:33:06 +0200
commit59d268c8d36b31a2a88274a30786c4d312e99f88 (patch)
tree1de055332dc8ade0791f605096f76a877afa8325 /gmp-h.in
parent6eb080319110ea196acaffa2fa595e8d2a30c8bd (diff)
downloadgmp-59d268c8d36b31a2a88274a30786c4d312e99f88.tar.gz
(__GNU_MP_VERSION): Bump to 4.
(__GNU_MP_VERSION_PATCHLEVEL): Set to -1.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gmp-h.in b/gmp-h.in
index 13e5aa856..f612dc97b 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -2220,8 +2220,8 @@ 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 3
-#define __GNU_MP_VERSION_PATCHLEVEL 1
+#define __GNU_MP_VERSION_MINOR 4
+#define __GNU_MP_VERSION_PATCHLEVEL -1
#define __GMP_H__
#endif /* __GMP_H__ */