new version number for the next RC - hopefully the last one ;-)

This commit is contained in:
Ralf Becker 2004-07-31 14:17:32 +00:00
parent 7e1da8f7ad
commit 2ced3f0bdd

View File

@ -18,7 +18,7 @@
include('tables_update_0_9_12.inc.php');
include('tables_update_0_9_14.inc.php');
// updates from the stable 1.0.0 branch
$test[] = '1.0.0.001';
function phpgwapi_upgrade1_0_0_001()
{
@ -32,4 +32,11 @@
$GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.0.1.001';
return $GLOBALS['setup_info']['phpgwapi']['currentver'];
}
$test[] = '1.0.0.002';
function phpgwapi_upgrade1_0_0_002()
{
// identical to 1.0.0.001, only created to get a new version of the packages
return phpgwapi_upgrade1_0_0_001();
}
?>