diff options
author | Kyle Schwarz <zeranoe@gmail.com> | 2020-05-13 08:24:14 -0400 |
---|---|---|
committer | Kyle Schwarz <zeranoe@gmail.com> | 2020-05-13 08:24:14 -0400 |
commit | 0e8f42bc93da84c1279128951b54f9874ce8d555 (patch) | |
tree | c94aa21b83faec1813748f34c23460560181a500 | |
parent | 9863ab1c73569b57b4be6319fcd281c424816af1 (diff) |
Update gmp to 6.2.0
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | mingw-w64-build | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ * [MinGW-w64](https://mingw-w64.org) 7git * [Binutils](https://www.gnu.org/software/binutils/) 2.34git * [GCC](https://gcc.gnu.org/) 9svn -* [GMP](https://gmplib.org/) 6.1.2 +* [GMP](https://gmplib.org/) 6.2.0 * [MPFR](http://www.mpfr.org/) 4.0.2 * [MPC](http://www.multiprecision.org/mpc/) 1.1.0 * [isl](http://isl.gforge.inria.fr/) 0.21 diff --git a/mingw-w64-build b/mingw-w64-build index 1703529..4862851 100755 --- a/mingw-w64-build +++ b/mingw-w64-build @@ -20,7 +20,7 @@ v_script="4git" v_mingww64="7git" v_binutils="2.34git" v_gcc="9git" -v_gmp="6.1.2" +v_gmp="6.2.0" v_mpfr="4.0.2" v_mpc="1.1.0" v_isl="0.21" |