mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:57 +01:00
adding the final 1.2 release
This commit is contained in:
parent
372849ea72
commit
18d853e728
@ -32,6 +32,13 @@
|
|||||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.002';
|
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.002';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$test[] = '1.2.100';
|
||||||
|
function phpgwapi_upgrade1_2_100()
|
||||||
|
{
|
||||||
|
// final 1.2 release
|
||||||
|
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.002';
|
||||||
|
}
|
||||||
|
|
||||||
// updates in HEAD / 1.3
|
// updates in HEAD / 1.3
|
||||||
$test[] = '1.3.001';
|
$test[] = '1.3.001';
|
||||||
function phpgwapi_upgrade1_3_001()
|
function phpgwapi_upgrade1_3_001()
|
||||||
|
Loading…
Reference in New Issue
Block a user