Tools: correct FML versions for eoan64

This commit is contained in:
Peter Barker 2020-01-16 10:47:16 +11:00 committed by Peter Barker
parent b41a9c51e9
commit 7cd21d3a3a
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ if [ ${RELEASE_CODENAME} == 'xenial' ]; then
elif [ ${RELEASE_CODENAME} == 'disco' ]; then
SITLFML_VERSION="2.5"
SITLCFML_VERSION="2.5"
elif [ ${RELEASE_CODENAME} == 'eoan' ]; then
SITLFML_VERSION="2.5"
SITLCFML_VERSION="2.5"
else
SITLFML_VERSION="2.4"
SITLCFML_VERSION="2.4"