From 713966188cb87d0d7420333a2208d4044d205d9d Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Tue, 17 Apr 2001 18:35:36 +0000 Subject: [PATCH] oops, change ver info here also --- setup/sql/pgsql_newtables.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/sql/pgsql_newtables.inc.php b/setup/sql/pgsql_newtables.inc.php index 921999a831..1cc6ebc19e 100644 --- a/setup/sql/pgsql_newtables.inc.php +++ b/setup/sql/pgsql_newtables.inc.php @@ -316,7 +316,7 @@ )"; $phpgw_setup->db->query($sql); - $phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre27'; + $phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre28'; $phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi']; update_version_table(); ?>