mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
updated api-version to 1.0.0.003 for the final 1.0
Yuhuuuu :-)
This commit is contained in:
parent
9a58928b81
commit
9772a1b82a
@ -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();
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user