diff --git a/setup.php b/setup.php index f418d62..5d17f59 100755 --- a/setup.php +++ b/setup.php @@ -172,7 +172,7 @@ function plugin_example_check_prerequisites() { // Strict version check (could be less strict, or could allow various version) if (version_compare(GLPI_VERSION,'0.83','lt') || version_compare(GLPI_VERSION,'0.84','ge')) { - echo "This plugin requires GLPI >= 0.80"; + echo "This plugin requires GLPI >= 0.83"; return false; } return true;