Updated the version number

This commit is contained in:
jengo 2000-11-16 10:36:07 +00:00
parent 5a11e67ec8
commit e12b86bc87
3 changed files with 24 additions and 2 deletions

View File

@ -301,8 +301,19 @@
echo " </tr>\n";
}
}
function v0_9_3to0_9_4()
{
$currentver = "0.9.4pre1";
update_version_table();
echo " <tr bgcolor=\"e6e6e6\">\n";
echo " <td>Upgrade from 0.9.2 to $currentver is completed.</td>\n";
echo " </tr>\n";
}
v0_9_1to0_9_2();
v0_9_2to0_9_3();
v0_9_3to0_9_4();
?>

View File

@ -304,7 +304,18 @@
}
}
function v0_9_3to0_9_4()
{
$currentver = "0.9.4pre1";
update_version_table();
echo " <tr bgcolor=\"e6e6e6\">\n";
echo " <td>Upgrade from 0.9.2 to $currentver is completed.</td>\n";
echo " </tr>\n";
}
v0_9_1to0_9_2();
v0_9_2to0_9_3();
v0_9_3to0_9_4();
?>

View File

@ -1 +1 @@
<?php $phpgw_info["server"]["version"] = "0.9.3"; ?>
<?php $phpgw_info["server"]["version"] = "0.9.3pre1"; ?>