mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 19:19:43 +01:00
increment version for beta 3 of eGW 1.4
This commit is contained in:
parent
6a34604c96
commit
8108d69dec
@ -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.3.016';
|
||||
$setup_info['phpgwapi']['version'] = '1.3.017';
|
||||
$setup_info['phpgwapi']['versions']['current_header'] = '1.28';
|
||||
$setup_info['phpgwapi']['enable'] = 3;
|
||||
$setup_info['phpgwapi']['app_order'] = 1;
|
||||
|
@ -706,4 +706,10 @@
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.016';
|
||||
}
|
||||
|
||||
$test[] = '1.3.016';
|
||||
function phpgwapi_upgrade1_3_016()
|
||||
{
|
||||
# 1.4 Beta 3
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.017';
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user