From d361c553a11ad09268c67ed3e34796451c01308f Mon Sep 17 00:00:00 2001 From: skeeter Date: Fri, 27 Apr 2001 02:57:19 +0000 Subject: [PATCH] updated the version in newtables. --- setup/sql/mysql_newtables.inc.php | 2 +- setup/sql/pgsql_newtables.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/sql/mysql_newtables.inc.php b/setup/sql/mysql_newtables.inc.php index b5851ab9a0..d511f89953 100644 --- a/setup/sql/mysql_newtables.inc.php +++ b/setup/sql/mysql_newtables.inc.php @@ -350,7 +350,7 @@ )"; $phpgw_setup->db->query($sql); - $phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.11.001'; + $phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.11.002'; $phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi']; update_version_table(); // $phpgw_setup->update_version_table(); diff --git a/setup/sql/pgsql_newtables.inc.php b/setup/sql/pgsql_newtables.inc.php index 24faf7aaaf..7cef262245 100644 --- a/setup/sql/pgsql_newtables.inc.php +++ b/setup/sql/pgsql_newtables.inc.php @@ -318,7 +318,7 @@ )"; $phpgw_setup->db->query($sql); - $phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.11.001'; + $phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.11.002'; $phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi']; update_version_table(); ?>