* Updating version to 1.8.002 to simpler recognice if an EGroupware instance contains the security fixes

This commit is contained in:
Ralf Becker 2011-08-11 19:02:01 +00:00
parent d69e95e8c0
commit 10764ce00d
2 changed files with 6 additions and 1 deletions

View File

@ -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;

View File

@ -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
*