summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-01-22 23:26:01 +0100
committerTorbjorn Granlund <tege@gmplib.org>2013-01-22 23:26:01 +0100
commitd9ed3d2a4aad8bc300a06b7d199a4eb844f809ab (patch)
treee4907df0061d284c6e3bc820d441ce335fd2aadb
parent52eecf3072888b663c467067fb3d22259c7e677f (diff)
downloadgmp-d9ed3d2a4aad8bc300a06b7d199a4eb844f809ab.tar.gz
Bump version.
-rw-r--r--gmp-h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmp-h.in b/gmp-h.in
index cd4235111..ee62ffa5d 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -2222,7 +2222,7 @@ enum
/* Major version number is the value of __GNU_MP__ too, above and in mp.h. */
#define __GNU_MP_VERSION 5
#define __GNU_MP_VERSION_MINOR 1
-#define __GNU_MP_VERSION_PATCHLEVEL 0
+#define __GNU_MP_VERSION_PATCHLEVEL 1
#define __GNU_MP_RELEASE (__GNU_MP_VERSION * 10000 + __GNU_MP_VERSION_MINOR * 100 + __GNU_MP_VERSION_PATCHLEVEL)
#define __GMP_H__