From 8a6114d5066d34271b96a03407f91552edd04871 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 7 Aug 2004 18:34:32 +0000 Subject: [PATCH] updated api-version to 1.0.0.003 for the final 1.0 Yuhuuuu :-) --- 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 4a8104abb8..556a4ced45 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.002'; + $setup_info['phpgwapi']['version'] = '1.0.0.003'; $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 22f85a6f29..27bd242aac 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -1402,4 +1402,12 @@ $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.0.0.002'; return $GLOBALS['setup_info']['phpgwapi']['currentver']; } + + + $test[] = '1.0.0.002'; + function phpgwapi_upgrade1_0_0_002() + { + $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.0.0.003'; + return $GLOBALS['setup_info']['phpgwapi']['currentver']; + } ?>