mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 05:41:02 +01:00
* Updating version to 1.8.002 to simpler recognice if an EGroupware instance contains the security fixes
This commit is contained in:
parent
d69e95e8c0
commit
10764ce00d
@ -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.8.001';
|
||||
$setup_info['phpgwapi']['version'] = '1.8.002';
|
||||
$setup_info['phpgwapi']['versions']['current_header'] = '1.29';
|
||||
$setup_info['phpgwapi']['enable'] = 3;
|
||||
$setup_info['phpgwapi']['app_order'] = 1;
|
||||
|
@ -71,6 +71,11 @@ function phpgwapi_upgrade1_7_003()
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.8.001';
|
||||
}
|
||||
|
||||
function phpgwapi_upgrade1_8_001()
|
||||
{
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.8.002';
|
||||
}
|
||||
|
||||
/**
|
||||
* Downgrade from trunk
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user