diff --git a/Makefile b/Makefile index 703e293..103b852 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -export VERSION=1.4 +export VERSION=1.4.0.1 export TOOLCHAIN_PREFIX=arm-none-eabi- default: bin/RUU_signed.nbh diff --git a/compile-all b/compile-all index f77c81d..9d7de3c 100755 --- a/compile-all +++ b/compile-all @@ -2,8 +2,8 @@ export ARM=$PWD/../../../toolchain/arm-2009q3/bin export PATH=$ARM:$PATH -export VERSION=1.4 -export SIZES="`echo {80..140..10} {160..400..20}`" +export VERSION=1.4.0.1 +export SIZES="`echo {80..150..10} {160..400..20}`" export CACHE="5 44" export OUTPUT=$PWD/../cLK-out export O_ALL=$OUTPUT/allInOne