updating version to 1.0.0.005 for the bugfix release

This commit is contained in:
Ralf Becker 2004-09-08 16:18:09 +00:00
parent 69ba028568
commit ae9dbc99ed

View File

@ -54,6 +54,13 @@
return $GLOBALS['setup_info']['phpgwapi']['currentver'];
}
$test[] = '1.0.0.005';
function phpgwapi_upgrade1_0_0_005()
{
// identical to 1.0.0.001, only created to get a new version of the bugfix release
return phpgwapi_upgrade1_0_0_004();
}
$test[] = '1.0.1.001';
function phpgwapi_upgrade1_0_1_001()
{