diff --git a/src/winetricks b/src/winetricks index dec51810f..03f3c9d6a 100755 --- a/src/winetricks +++ b/src/winetricks @@ -5495,10 +5495,10 @@ winetricks_wine_setup() # wine-2.8 _wine_version_stripped="$(echo "${WINETRICKS_WINE_VERSION}" | cut -d ' ' -f1 | sed -e 's/wine-//' -e 's/-rc.*//')" - # If WINE is < 7.0, warn user: - # 7.0 doesn't do what I thought it would - if w_wine_version_in ,6.99 ; then - w_warn "Your version of wine ${_wine_version_stripped} is no longer supported upstream. You should upgrade to 7.x" + # If WINE is < 8.0, warn user: + # 8.0 doesn't do what I thought it would + if w_wine_version_in ,7.99 ; then + w_warn "Your version of wine ${_wine_version_stripped} is no longer supported upstream. You should upgrade to 8.x" fi winetricks_set_wineprefix "$1"