pushing the version-number to 1.2.103 for the 3. bugfix release

This commit is contained in:
Ralf Becker 2006-06-24 17:30:31 +00:00
parent da51cab0aa
commit 627146c9a3
2 changed files with 8 additions and 2 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.102';
$setup_info['phpgwapi']['version'] = '1.2.103';
$setup_info['phpgwapi']['versions']['current_header'] = '1.28';
$setup_info['phpgwapi']['enable'] = 3;
$setup_info['phpgwapi']['app_order'] = 1;

View File

@ -1181,4 +1181,10 @@
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.2.102';
}
?>
$test[] = '1.2.102';
function phpgwapi_upgrade1_2_102()
{
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.2.103';
}