mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 21:08:54 +01:00
setting version to 1.6.001
This commit is contained in:
parent
e6ddae1c52
commit
1f920ebb66
@ -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.5.017';
|
||||
$setup_info['phpgwapi']['version'] = '1.6.001';
|
||||
$setup_info['phpgwapi']['versions']['current_header'] = '1.29';
|
||||
$setup_info['phpgwapi']['enable'] = 3;
|
||||
$setup_info['phpgwapi']['app_order'] = 1;
|
||||
|
@ -602,3 +602,11 @@ function phpgwapi_upgrade1_5_016()
|
||||
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.5.017';
|
||||
}
|
||||
|
||||
/**
|
||||
* Final 1.6 release
|
||||
*/
|
||||
function phpgwapi_upgrade1_5_017()
|
||||
{
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.6.001';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user