From 6eb1ea20c23fcf1d5d73ceec217ad41ebb426432 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Wed, 21 Mar 2001 04:11:03 +0000 Subject: [PATCH] Fix 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 3b09cf8071..90ba165af7 100644 --- a/setup/sql/mysql_newtables.inc.php +++ b/setup/sql/mysql_newtables.inc.php @@ -336,7 +336,7 @@ );"; $phpgw_setup->db->query($sql); - $phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre17'; + $phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre18'; $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 5ded6b0dc3..de2bd8b63e 100644 --- a/setup/sql/pgsql_newtables.inc.php +++ b/setup/sql/pgsql_newtables.inc.php @@ -304,7 +304,7 @@ )"; $phpgw_setup->db->query($sql); - $phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre17'; + $phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre18'; $phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi']; update_version_table(); ?>