From 3bfb8696fc8b6dfa57963f1105c657af5dd38829 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 8 Sep 2004 16:15:25 +0000 Subject: [PATCH] updating version to 1.0.0.005 for the bugfix release --- phpgwapi/setup/setup.inc.php | 2 +- phpgwapi/setup/tables_update.inc.php | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/phpgwapi/setup/setup.inc.php b/phpgwapi/setup/setup.inc.php index 64af13093c..be9b627af8 100755 --- a/phpgwapi/setup/setup.inc.php +++ b/phpgwapi/setup/setup.inc.php @@ -14,7 +14,7 @@ /* Basic information about this app */ $setup_info['phpgwapi']['name'] = 'phpgwapi'; $setup_info['phpgwapi']['title'] = 'phpgwapi'; - $setup_info['phpgwapi']['version'] = '1.0.0.004'; + $setup_info['phpgwapi']['version'] = '1.0.0.005'; $setup_info['phpgwapi']['versions']['current_header'] = '1.27'; $setup_info['phpgwapi']['enable'] = 3; $setup_info['phpgwapi']['app_order'] = 1; diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index b25fa843e8..5d0b34555b 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -1626,4 +1626,12 @@ $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.0.0.004'; return $GLOBALS['setup_info']['phpgwapi']['currentver']; } + + + $test[] = '1.0.0.004'; + function phpgwapi_upgrade1_0_0_004() + { + $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.0.0.005'; + return $GLOBALS['setup_info']['phpgwapi']['currentver']; + } ?>