summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2015-11-09 22:39:21 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2015-11-09 22:39:21 +0100
commit08e7b556e0604720df91567b4532da40d61c13ce (patch)
treee794ec6ce02dda40b4428d45a33ca65f8f0d2718 /gmp-h.in
parent92e2c3e538d0c10e875b21734dbdc57bdc98bc99 (diff)
downloadgmp-08e7b556e0604720df91567b4532da40d61c13ce.tar.gz
Set version so that anyone knows it is experimental.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmp-h.in b/gmp-h.in
index 8329e78c1..ecc8a3720 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -2326,7 +2326,7 @@ enum
/* Major version number is the value of __GNU_MP__ too, above and in mp.h. */
#define __GNU_MP_VERSION 6
#define __GNU_MP_VERSION_MINOR 1
-#define __GNU_MP_VERSION_PATCHLEVEL 0
+#define __GNU_MP_VERSION_PATCHLEVEL 99
#define __GNU_MP_RELEASE (__GNU_MP_VERSION * 10000 + __GNU_MP_VERSION_MINOR * 100 + __GNU_MP_VERSION_PATCHLEVEL)
#define __GMP_H__