Commit fee36541 authored by multrus's avatar multrus
Browse files

small improvements

parent bd5535dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -56,10 +56,10 @@ if [ $help -ne 0 ]; then
fi


date="Nov 11, 2025"
#date="Nov 11, 2025"
date=`date "+%b %d, %Y"`
version="IVAS-FL-3.0"


##########################
#                        #
# BASOP or Float?        #
+4 −0
Original line number Diff line number Diff line
@@ -138,6 +138,10 @@ fi
cp ${ROOT}/readme.txt ${OUTDIR}
recode lat1..ibmpc ${OUTDIR}/readme.txt # unix2dos ...

# license
cp ${ROOT}/LICENSE.md ${OUTDIR}
recode lat1..ibmpc ${OUTDIR}/readme.txt # unix2dos ...

##########################
#                        #
# Stripping              #