This follows the kernel.org releases as well as our old
releases.
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
OLD_VER=6
let VER="7"
RC="-rc1"
-LOG="ChangeLog-$(git describe| sed -e 's|compat-drivers-||')"
+LOG="ChangeLog-$(git describe| sed -e 's|compat-drivers-v||')"
echo > $LOG
let VER="8"
RC="-rc2"
export GIT_DIR=${COMPAT_WIRELESS}
-CD_VER="$(git describe | sed -e 's|compat-drivers-||g')"
+CD_VER="$(git describe | sed -e 's|compat-drivers-v||g')"
LOG="ChangeLog-${CD_VER}"
echo > $LOG