update to 1.8.005

This commit is contained in:
Ralf Becker 2013-09-11 16:23:52 +00:00
parent dea0e0a81a
commit 1c815af123
2 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,7 @@
/* Basic information about this app */
$setup_info['phpgwapi']['name'] = 'phpgwapi';
$setup_info['phpgwapi']['title'] = 'eGroupWare API';
$setup_info['phpgwapi']['version'] = '1.8.004';
$setup_info['phpgwapi']['version'] = '1.8.005';
$setup_info['phpgwapi']['versions']['current_header'] = '1.29';
$setup_info['phpgwapi']['enable'] = 3;
$setup_info['phpgwapi']['app_order'] = 1;

View File

@ -370,4 +370,8 @@ function phpgwapi_upgrade1_8_003()
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.8.004';
}
function phpgwapi_upgrade1_8_004()
{
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.8.005';
}