1.2-legacy
geeksville 2020-04-05 14:13:18 -07:00
rodzic af35f3006c
commit ef395a1596
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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"?>

Wyświetl plik

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