diff --git a/CommonInstaller b/CommonInstaller index b4de3cd..625c796 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -204,7 +204,13 @@ show_banner () { ui_print " > OsmAnd package " ;; esac - ui_print " ${VERSION} " + + if [ "${ZIP}" == *${VERSION}* ]; then + ui_print " ${VERSION} " + else + ui_print " ${VERSION} (snapshot) " + fi + ui_print "*****************************" ui_print " " }