Skip to content

Commit 4dc7a33

Browse files
committed
devkitPPC: next release is 40
1 parent 98aac78 commit 4dc7a33

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build-devkit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
#---------------------------------------------------------------------------------
33
# devkitARM release 57
4-
# devkitPPC release 39
4+
# devkitPPC release 40
55
# devkitA64 release 18
66
#---------------------------------------------------------------------------------
77

dkppc/scripts/build-gcc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ then
101101
--with-newlib \
102102
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
103103
--prefix=$prefix \
104-
--with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 39" \
104+
--with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 40" \
105105
$CROSS_PARAMS \
106106
$CROSS_GCC_PARAMS \
107107
$EXTRA_GCC_PARAMS \

0 commit comments

Comments
 (0)