mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
setting version to 1.4.002 for the upcomming bugfix/maintainance release
This commit is contained in:
parent
f146332a3e
commit
95d03648cb
@ -25,3 +25,9 @@
|
|||||||
{
|
{
|
||||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.5.001';
|
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.5.001';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$test[] = '1.4.002';
|
||||||
|
function phpgwapi_upgrade1_4_002()
|
||||||
|
{
|
||||||
|
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.5.001';
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user