post_upgrade() {
  if  [ "$(vercmp 0.9 "$2")" -eq 1 ]; then
    echo '==> Save states from 0.8.x and earlier are not compatible with 0.9.x
    also the configuration file name has changed to "mednafen-09x.cfg"'
  fi
}
