increment version for beta 3 of eGW 1.4

This commit is contained in:
Lars Kneschke 2007-02-27 10:38:22 +00:00
parent 6a34604c96
commit 8108d69dec
2 changed files with 7 additions and 1 deletions

View File

@ -14,7 +14,7 @@
/* Basic information about this app */ /* Basic information about this app */
$setup_info['phpgwapi']['name'] = 'phpgwapi'; $setup_info['phpgwapi']['name'] = 'phpgwapi';
$setup_info['phpgwapi']['title'] = 'eGroupWare API'; $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']['versions']['current_header'] = '1.28';
$setup_info['phpgwapi']['enable'] = 3; $setup_info['phpgwapi']['enable'] = 3;
$setup_info['phpgwapi']['app_order'] = 1; $setup_info['phpgwapi']['app_order'] = 1;

View File

@ -706,4 +706,10 @@
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.016'; 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';
}
?> ?>