summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2010-01-06 18:58:32 +0100
committerTorbjorn Granlund <tege@gmplib.org>2010-01-06 18:58:32 +0100
commit4e2691fb81d67f2c80837f3d1313c243a6bd18de (patch)
treee30b5fcf2d37445290bf802791eef5bad862f94f /gmp-h.in
parent25ed305fc1f12f9069d0f3310eb157d2e750f6b7 (diff)
downloadgmp-4e2691fb81d67f2c80837f3d1313c243a6bd18de.tar.gz
Update version numbers.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/gmp-h.in b/gmp-h.in
index 39b2a0167..946418690 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -43,7 +43,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
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__ 4
+#define __GNU_MP__ 5
#define __need_size_t /* tell gcc stddef.h we only want size_t */
#if defined (__cplusplus)
@@ -2271,9 +2271,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 4
-#define __GNU_MP_VERSION_MINOR 4
-#define __GNU_MP_VERSION_PATCHLEVEL -1
+#define __GNU_MP_VERSION 5
+#define __GNU_MP_VERSION_MINOR 0
+#define __GNU_MP_VERSION_PATCHLEVEL 0
#define __GMP_H__
#endif /* __GMP_H__ */