Bumped up the version number

This commit is contained in:
jengo 2001-05-24 07:54:55 +00:00
parent 33aa5de6f5
commit cd588b407e
4 changed files with 16 additions and 2 deletions

View File

@ -354,7 +354,7 @@
)";
$phpgw_setup->db->query($sql);
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.11.006';
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.13.001';
$phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi'];
update_version_table();
// $phpgw_setup->update_version_table();

View File

@ -1671,6 +1671,13 @@
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.11.010';
}
$test[] = '0.9.11.010';
function upgrade0_9_11_010()
{
global $phpgw_info;
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.13.001';
}
reset ($test);
while (list ($key, $value) = each ($test)){

View File

@ -323,7 +323,7 @@
)";
$phpgw_setup->db->query($sql);
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.11.006';
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.13.001';
$phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi'];
update_version_table();
?>

View File

@ -2191,6 +2191,13 @@
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.11.010';
}
$test[] = '0.9.11.010';
function upgrade0_9_11_010()
{
global $phpgw_info;
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.13.001';
}
reset ($test);
while (list ($key, $value) = each ($test)){
if ($phpgw_info["setup"]["currentver"]["phpgwapi"] == $value) {