From 95d03648cbc2ca2582432526f150e23533489ce4 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 24 Sep 2007 08:45:49 +0000 Subject: [PATCH] setting version to 1.4.002 for the upcomming bugfix/maintainance release --- phpgwapi/setup/tables_update.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index e06452bddf..bb72cd5953 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -25,3 +25,9 @@ { return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.5.001'; } + + $test[] = '1.4.002'; + function phpgwapi_upgrade1_4_002() + { + return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.5.001'; + }