For patch release
This commit is contained in:
parent
e48e9643f0
commit
6169b63edf
@ -55,7 +55,7 @@ $VERSION="1.0 (build $REVISION)";
|
||||
($DIR=$0) =~ s/([^\/\\]+)$//; ($PROG=$1) =~ s/\.([^\.]*)$//; $Extension=$1;
|
||||
$DIR||='.'; $DIR =~ s/([^\/\\])[\\\/]+$/$1/;
|
||||
|
||||
$SOURCE="$DIR/../../dolibarr";
|
||||
$SOURCE="$DIR/..";
|
||||
$DESTI="$SOURCE/build";
|
||||
|
||||
# Detect OS type
|
||||
|
||||
@ -273,7 +273,9 @@ else
|
||||
{
|
||||
$versionfrom=$migarray['from'];
|
||||
$versionto=$migarray['to'];
|
||||
print '<tr><td nowrap="nowrap"><b>'.$langs->trans("Upgrade").' '.$versionfrom.' -> '.$versionto.'</b></td><td>';
|
||||
$newversionfrom=eregi_replace('\.[0-9]+$','.*',$versionfrom);
|
||||
$newversionto=eregi_replace('\.[0-9]+$','.*',$versionto);
|
||||
print '<tr><td nowrap="nowrap"><b>'.$langs->trans("Upgrade").' '.$newversionfrom.' -> '.$newversionto.'</b></td><td>';
|
||||
print $langs->trans("UpgradeDesc").'</td>';
|
||||
print '<td align="center">';
|
||||
if ($allowupgrade)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user