setting version to 1.4.002 for the upcomming bugfix/maintainance release

This commit is contained in:
Ralf Becker 2007-09-24 08:45:49 +00:00
parent f146332a3e
commit 95d03648cb

View File

@ -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';
}