diff --git a/build-devkit.sh b/build-devkit.sh index 1d54f90..b458ed3 100755 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -2,7 +2,7 @@ #--------------------------------------------------------------------------------- # devkitARM release 52 # devkitPPC release 35 -# devkitA64 release 12 +# devkitA64 release 13 #--------------------------------------------------------------------------------- if [ 0 -eq 1 ] ; then diff --git a/dka64/scripts/build-gcc.sh b/dka64/scripts/build-gcc.sh index 9bc87c0..32c683b 100755 --- a/dka64/scripts/build-gcc.sh +++ b/dka64/scripts/build-gcc.sh @@ -64,7 +64,7 @@ then --prefix=$prefix \ --enable-lto $plugin_ld\ --with-system-zlib \ - --with-bugurl="https://github.com/devkitPro/buildscripts/issues" --with-pkgversion="devkitA64 release 12" \ + --with-bugurl="https://github.com/devkitPro/buildscripts/issues" --with-pkgversion="devkitA64 release 13" \ $CROSS_PARAMS \ $CROSS_GCC_PARAMS \ || { echo "Error configuring gcc"; exit 1; }