diff --git a/install/install.php b/install/install.php index 1e550d647..c09f667e8 100644 --- a/install/install.php +++ b/install/install.php @@ -118,7 +118,7 @@ function fileExistsInIncludePath($file) { /* {{{ */ * Load default settings + set */ define("SEEDDMS_INSTALL", "on"); -define("SEEDDMS_VERSION", "5.0.2"); +define("SEEDDMS_VERSION", "5.1.0"); require_once('../inc/inc.ClassSettings.php'); @@ -362,7 +362,7 @@ if ($action=="setSettings") { if(file_exists('update-'.$updatedir.'/update.txt')) { print "

Please read the comments on updating this version. Read now

"; } - print "

Run the update script.

"; + print "

Run the update script.

"; } } } else {