aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rwxr-xr-xmingw-w64-build4
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1ba4f50..ab13bd2 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@ files.
## Default Branches
* [MinGW-w64](https://mingw-w64.org) v9.x
-* [Binutils](https://www.gnu.org/software/binutils/) binutils-2_37-branch
-* [GCC](https://gcc.gnu.org/) releases/gcc-11
+* [Binutils](https://www.gnu.org/software/binutils/) binutils-2_39-branch
+* [GCC](https://gcc.gnu.org/) releases/gcc-12
## Default Prefix
`$HOME/.zeranoe/mingw-w64/i686` and `$HOME/.zeranoe/mingw-w64/x86_64` are the
diff --git a/mingw-w64-build b/mingw-w64-build
index 442a716..cc0f6f5 100755
--- a/mingw-w64-build
+++ b/mingw-w64-build
@@ -19,8 +19,8 @@
ROOT_PATH="$HOME/.zeranoe/mingw-w64"
MINGW_W64_BRANCH="v9.x"
-BINUTILS_BRANCH="binutils-2_37-branch"
-GCC_BRANCH="releases/gcc-11"
+BINUTILS_BRANCH="binutils-2_39-branch"
+GCC_BRANCH="releases/gcc-12"
ENABLE_THREADS="--enable-threads=posix"