mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +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
|
// identical to 1.0.0.001, only created to get a new version of the packages
|
||||||
return phpgwapi_upgrade1_0_0_001();
|
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