This commit is contained in:
geeksville 2020-04-05 14:13:18 -07:00
parent af35f3006c
commit ef395a1596
2 changed files with 3 additions and 2 deletions

View File

@ -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 <<XML
<?xml version="1.0" encoding="utf-8"?>

View File

@ -1,3 +1,3 @@
export VERSION=0.2.0
export VERSION=0.2.3