summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2020-01-17 14:20:18 +0100
committerTorbjorn Granlund <tg@gmplib.org>2020-01-17 14:20:18 +0100
commitd438a455d3e234c83bd5e4038623c394f61475e3 (patch)
tree2dbd3a677f8a4649b181423138183cbf2ad751f6
parentc7d18dbfefb956cc0dca236849b491027c9568f5 (diff)
downloadgmp-d438a455d3e234c83bd5e4038623c394f61475e3.tar.gz
(__GNU_MP__, __GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL): Bump version info.
-rw-r--r--gmp-h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gmp-h.in b/gmp-h.in
index dd1b4a798..d8ce7fdb6 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -1,6 +1,6 @@
/* Definitions for GNU multiple precision functions. -*- mode: c -*-
-Copyright 1991, 1993-1997, 1999-2016 Free Software Foundation, Inc.
+Copyright 1991, 1993-1997, 1999-2016, 2020 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -2328,8 +2328,8 @@ enum
/* Major version number is the value of __GNU_MP__ too, above. */
#define __GNU_MP_VERSION 6
-#define __GNU_MP_VERSION_MINOR 1
-#define __GNU_MP_VERSION_PATCHLEVEL 99
+#define __GNU_MP_VERSION_MINOR 2
+#define __GNU_MP_VERSION_PATCHLEVEL 0
#define __GNU_MP_RELEASE (__GNU_MP_VERSION * 10000 + __GNU_MP_VERSION_MINOR * 100 + __GNU_MP_VERSION_PATCHLEVEL)
#define __GMP_H__