From cd588b407e37898e255b34e338e3e693d34dc5ec Mon Sep 17 00:00:00 2001 From: jengo Date: Thu, 24 May 2001 07:54:55 +0000 Subject: [PATCH] Bumped up the version number --- setup/sql/mysql_newtables.inc.php | 2 +- setup/sql/mysql_upgrade_beta.inc.php | 7 +++++++ setup/sql/pgsql_newtables.inc.php | 2 +- setup/sql/pgsql_upgrade_beta.inc.php | 7 +++++++ 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/setup/sql/mysql_newtables.inc.php b/setup/sql/mysql_newtables.inc.php index 13a9e1a1e6..c64a72ef1d 100644 --- a/setup/sql/mysql_newtables.inc.php +++ b/setup/sql/mysql_newtables.inc.php @@ -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(); diff --git a/setup/sql/mysql_upgrade_beta.inc.php b/setup/sql/mysql_upgrade_beta.inc.php index 0af233c668..0e7968e2c9 100644 --- a/setup/sql/mysql_upgrade_beta.inc.php +++ b/setup/sql/mysql_upgrade_beta.inc.php @@ -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)){ diff --git a/setup/sql/pgsql_newtables.inc.php b/setup/sql/pgsql_newtables.inc.php index 13921b0afd..beed4ac555 100644 --- a/setup/sql/pgsql_newtables.inc.php +++ b/setup/sql/pgsql_newtables.inc.php @@ -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(); ?> diff --git a/setup/sql/pgsql_upgrade_beta.inc.php b/setup/sql/pgsql_upgrade_beta.inc.php index aa7b126129..87d307ed1b 100644 --- a/setup/sql/pgsql_upgrade_beta.inc.php +++ b/setup/sql/pgsql_upgrade_beta.inc.php @@ -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) {