setting the 1.2 version to 1.2.106

This commit is contained in:
Ralf Becker 2006-10-17 07:52:00 +00:00
parent 8988eb5de2
commit 17a12855d0
2 changed files with 8 additions and 1 deletions

View File

@ -14,7 +14,7 @@
/* Basic information about this app */
$setup_info['phpgwapi']['name'] = 'phpgwapi';
$setup_info['phpgwapi']['title'] = 'eGroupWare API';
$setup_info['phpgwapi']['version'] = '1.2.105';
$setup_info['phpgwapi']['version'] = '1.2.106';
$setup_info['phpgwapi']['versions']['current_header'] = '1.28';
$setup_info['phpgwapi']['enable'] = 3;
$setup_info['phpgwapi']['app_order'] = 1;

View File

@ -1207,3 +1207,10 @@
{
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.2.105';
}
$test[] = '1.2.105';
function phpgwapi_upgrade1_2_104()
{
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.2.106';
}