summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2020-01-31 17:20:44 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2020-01-31 17:20:44 +0100
commitf556c5d858bd5799c66ed4a2423c94d195fd3d61 (patch)
tree80b2efa925e4c4c718ebc6da515493c25f289173 /gmp-h.in
parente4a7d85c4f93d65241101626f9153fd73f1e94d8 (diff)
downloadgmp-f556c5d858bd5799c66ed4a2423c94d195fd3d61.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 d8ce7fdb6..ed247fe2b 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -2329,7 +2329,7 @@ enum
/* Major version number is the value of __GNU_MP__ too, above. */
#define __GNU_MP_VERSION 6
#define __GNU_MP_VERSION_MINOR 2
-#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__