if [[ "$(installed_version maradns)" == "1.0.32" ]]
then
  message "This is possibly an ${WARNING_COLOR}INCOMPATIBLE${DEFAULT_COLOR} upgrade to maradns."  &&
  message "Please check: ${WARNING_COLOR}http://www.maradns.org/tutorial/1.2/update.html${DEFAULT_COLOR}"  &&
  message "for more information."  &&

  if ! query "Do you wish to procede with this upgrade?" n ; then
    return 1
  fi
fi
