diff --git a/bin/build-all.sh b/bin/build-all.sh index 90215931c..29a6af3a6 100755 --- a/bin/build-all.sh +++ b/bin/build-all.sh @@ -15,6 +15,7 @@ ARCHIVEDIR=release/archive rm -f $OUTDIR/firmware* mkdir -p $OUTDIR/bins $OUTDIR/elfs +rm -f $OUTDIR/bins/* # build the named environment and copy the bins to the release directory function do_build { @@ -43,7 +44,7 @@ for COUNTRY in $COUNTRIES; do done # keep the bins in archive also -cp $OUTDIR/firmware* $ARCHIVEDIR +cp $OUTDIR/bins/firmware* $OUTDIR/elfs/firmware* $ARCHIVEDIR cat >$OUTDIR/curfirmwareversion.xml < diff --git a/bin/version.sh b/bin/version.sh index 4fe810620..429d819cf 100644 --- a/bin/version.sh +++ b/bin/version.sh @@ -1,3 +1,3 @@ -export VERSION=0.2.0 \ No newline at end of file +export VERSION=0.2.3 \ No newline at end of file