aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKyle Schwarz <zeranoe@gmail.com>2020-12-01 04:20:44 -0500
committerKyle Schwarz <zeranoe@gmail.com>2020-12-01 04:20:44 -0500
commit15801def126642e4e2d4e2220e0d344ed8f1239e (patch)
treeb32325bc0bcb09da643dad66505931c18b8c3074 /README.md
parent0dffee72de8ad4100925831d5afefad058455126 (diff)
Update packages
* MinGW-w64 8git * GMP 6.2.1 * MPC 1.2.1 * ISL 0.23
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 04ef088..4e59538 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,13 @@
[MinGW-w64](https://mingw-w64.org) cross compiler build script for i686 (Win32) and x86_64 (Win64).
## Package
-* [MinGW-w64](https://mingw-w64.org) 7git
+* [MinGW-w64](https://mingw-w64.org) 8git
* [Binutils](https://www.gnu.org/software/binutils/) 2.35git
* [GCC](https://gcc.gnu.org/) 10git
-* [GMP](https://gmplib.org/) 6.2.0
+* [GMP](https://gmplib.org/) 6.2.1
* [MPFR](http://www.mpfr.org/) 4.1.0
-* [MPC](http://www.multiprecision.org/mpc/) 1.1.0
-* [isl](http://isl.gforge.inria.fr/) 0.21
+* [MPC](http://www.multiprecision.org/mpc/) 1.2.1
+* [isl](http://isl.gforge.inria.fr/) 0.23
## Platforms
mingw-w64-build should run on Ubuntu, Cygwin, macOS (with Homebrew), and other Bash based shells.