diff --git a/htdocs/upgrade/index.php b/htdocs/upgrade/index.php
index ca4b114..dbbe3db 100644
--- a/htdocs/upgrade/index.php
+++ b/htdocs/upgrade/index.php
@@ -12,7 +12,7 @@ $status = "";
if (!$locked)
{
$title = "Upgrade";
- $message = " This upgrade is only needed if you migrate from version lower than 0.9.1.
";
+ $message = " This upgrade is only needed if you migrate from version lower than 0.9.2.
";
$message.= "Warning: All custom code will be erased!
";
$message.= "Do you want to upgrade? Yes | No";
}
diff --git a/htdocs/upgrade/upgrade.php b/htdocs/upgrade/upgrade.php
index 9b86db2..486d702 100644
--- a/htdocs/upgrade/upgrade.php
+++ b/htdocs/upgrade/upgrade.php
@@ -1,13 +1,7 @@