From a3d5ed392426315c6e47cf70cf9513328efcc3b4 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Thu, 1 Mar 2001 03:20:32 +0000 Subject: [PATCH] Oops, fix version num --- 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 51eecc73ab..9bd5c6202f 100644 --- a/setup/sql/mysql_newtables.inc.php +++ b/setup/sql/mysql_newtables.inc.php @@ -335,7 +335,7 @@ );"; $phpgw_setup->db->query($sql); - $phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre14'; + $phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre16'; $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 91dac41caa..bb283c087f 100644 --- a/setup/sql/pgsql_newtables.inc.php +++ b/setup/sql/pgsql_newtables.inc.php @@ -311,7 +311,7 @@ );"; $phpgw_setup->db->query($sql); - $phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre14'; + $phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre16'; $phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi']; update_version_table(); ?>