mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 03:13:40 +01:00
pushing the version-number to 1.2.103 for the 3. bugfix release
This commit is contained in:
parent
da51cab0aa
commit
627146c9a3
@ -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;
|
||||
|
@ -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';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user