mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
updating version to 1.0.0.005 for the bugfix release
This commit is contained in:
parent
69ba028568
commit
ae9dbc99ed
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user