From ae9dbc99edcc8e6b4161582f359144fd13effb50 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 8 Sep 2004 16:18:09 +0000 Subject: [PATCH] updating version to 1.0.0.005 for the bugfix release --- phpgwapi/setup/tables_update.inc.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index d4b3ec2539..ecbdc86eea 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -54,6 +54,13 @@ return $GLOBALS['setup_info']['phpgwapi']['currentver']; } + $test[] = '1.0.0.005'; + function phpgwapi_upgrade1_0_0_005() + { + // identical to 1.0.0.001, only created to get a new version of the bugfix release + return phpgwapi_upgrade1_0_0_004(); + } + $test[] = '1.0.1.001'; function phpgwapi_upgrade1_0_1_001() {