Upgrade version number
This commit is contained in:
parent
178f62bfa0
commit
2f95fcac55
2 changed files with 2 additions and 2 deletions
|
|
@ -203,7 +203,7 @@ if ( strlen(domaine) > 0 )
|
|||
|
||||
echo '
|
||||
<span style="background-color:#879ed4;color:white;padding-left:4px;padding-right:4px;">
|
||||
version 6.7.2.0 - '.$my_domain.'
|
||||
version 6.7.2.1 - '.$my_domain.'
|
||||
</span>
|
||||
<BR>
|
||||
<BR>
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ $g_failed="<span style=\"font-size:18px;color:red\">✖</span>";
|
|||
$g_succeed="<span style=\"font-size:18px;color:green\">✓</span>";
|
||||
/* uncomment for development */
|
||||
define ('SVNINFO',6721);
|
||||
define ("DEBUG",true);
|
||||
define ("DEBUG",false);
|
||||
|
||||
$version_noalyss=SVNINFO;
|
||||
// If you don't want to be notified of the update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue