summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2015-10-21 22:44:48 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2015-10-21 22:44:48 +0200
commit5d20180caf887ab770379bbdc795a2798145f10e (patch)
tree5dd90d79921090f0181008719044eb997f0d6c94 /gmp-h.in
parent0754363e7c0ab1aa7157de74bfe5352897385951 (diff)
downloadgmp-5d20180caf887ab770379bbdc795a2798145f10e.tar.gz
gmp-h.in: Revert versioni for RC
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 8329e78c1..0c464b4f3 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -2325,8 +2325,8 @@ 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_MINOR 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__