From 4811245c092410fa8b2a81d4ad911857a602ab83 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Wed, 20 Sep 2017 23:13:59 +0000 Subject: [PATCH] move to alpha 4 --- dka64/scripts/build-gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dka64/scripts/build-gcc.sh b/dka64/scripts/build-gcc.sh index 14a4e5a..abe10b8 100755 --- a/dka64/scripts/build-gcc.sh +++ b/dka64/scripts/build-gcc.sh @@ -62,7 +62,7 @@ then --prefix=$prefix \ --enable-lto $plugin_ld\ --with-system-zlib \ - --with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitA64 alpha 3" \ + --with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitA64 alpha 4" \ $CROSS_PARAMS \ || { echo "Error configuring gcc"; exit 1; } touch configured-gcc