aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rwxr-xr-xmingw-w64-build2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 12323e8..5ed13b4 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ toolchain that can compile Windows executables that don't depend on any GCC dll
files.
## Default Branches
-* [MinGW-w64](https://mingw-w64.org) v9.x
+* [MinGW-w64](https://mingw-w64.org) master
* [Binutils](https://www.gnu.org/software/binutils/) binutils-2_40-branch
* [GCC](https://gcc.gnu.org/) releases/gcc-12
diff --git a/mingw-w64-build b/mingw-w64-build
index eaf62e9..300d5d3 100755
--- a/mingw-w64-build
+++ b/mingw-w64-build
@@ -18,7 +18,7 @@
ROOT_PATH="$HOME/.zeranoe/mingw-w64"
-MINGW_W64_BRANCH="v9.x"
+MINGW_W64_BRANCH="master"
BINUTILS_BRANCH="binutils-2_40-branch"
GCC_BRANCH="releases/gcc-12"