mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
updated API version for 1.4RC2
This commit is contained in:
parent
43672fa9a4
commit
c7b304fd55
@ -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.022';
|
||||
$setup_info['phpgwapi']['version'] = '1.3.023';
|
||||
$setup_info['phpgwapi']['versions']['current_header'] = '1.28';
|
||||
$setup_info['phpgwapi']['enable'] = 3;
|
||||
$setup_info['phpgwapi']['app_order'] = 1;
|
||||
|
@ -782,7 +782,13 @@
|
||||
$test[] = '1.3.021';
|
||||
function phpgwapi_upgrade1_3_021()
|
||||
{
|
||||
# 1.4 Beta RC 1
|
||||
# 1.4 RC 1
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.022';
|
||||
}
|
||||
?>
|
||||
|
||||
$test[] = '1.3.022';
|
||||
function phpgwapi_upgrade1_3_022()
|
||||
{
|
||||
# 1.4 RC 2
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.023';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user