update version for eGW 1.4 Beta 2

This commit is contained in:
Lars Kneschke 2007-02-23 06:34:19 +00:00
parent e0ed67a715
commit b2dedd114b
2 changed files with 9 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.015'; $setup_info['phpgwapi']['version'] = '1.3.016';
$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

@ -698,4 +698,12 @@
} }
return $GLOBALS['setup_info']['addressbook']['currentver'] = '1.3.015'; return $GLOBALS['setup_info']['addressbook']['currentver'] = '1.3.015';
} }
$test[] = '1.3.015';
function phpgwapi_upgrade1_3_015()
{
# 1.4 Beta 2
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.016';
}
?> ?>