diff --git a/build-devkit.sh b/build-devkit.sh index a723509..aa67683 100755 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -1,7 +1,7 @@ #!/bin/bash #--------------------------------------------------------------------------------- # devkitARM release 45 -# devkitPPC release 28 +# devkitPPC release 29 # devkitPSP release 17 #--------------------------------------------------------------------------------- diff --git a/dkppc/scripts/build-gcc.sh b/dkppc/scripts/build-gcc.sh index 7301fe5..b11d85b 100755 --- a/dkppc/scripts/build-gcc.sh +++ b/dkppc/scripts/build-gcc.sh @@ -87,7 +87,7 @@ then --with-newlib \ --with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \ --prefix=$prefix\ - --with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitPPC release 28" \ + --with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitPPC release 29" \ $CROSS_PARAMS \ || { echo "Error configuring gcc stage 1"; exit 1; } touch configured-gcc