updated api-version to 1.0.0.003 for the final 1.0

Yuhuuuu :-)
This commit is contained in:
Ralf Becker 2004-08-07 18:38:43 +00:00
parent 9a58928b81
commit 9772a1b82a

View File

@ -39,4 +39,11 @@
// identical to 1.0.0.001, only created to get a new version of the packages
return phpgwapi_upgrade1_0_0_001();
}
$test[] = '1.0.0.003';
function phpgwapi_upgrade1_0_0_003()
{
// identical to 1.0.0.001, only created to get a new version of the final 1.0 packages
return phpgwapi_upgrade1_0_0_001();
}
?>