From b2dedd114b122f7b379984e67b8b1aaceab5f21f Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Fri, 23 Feb 2007 06:34:19 +0000 Subject: [PATCH] update version for eGW 1.4 Beta 2 --- 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 971a80fccc..68b71b7b5c 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'] = 'eGroupWare API'; - $setup_info['phpgwapi']['version'] = '1.3.015'; + $setup_info['phpgwapi']['version'] = '1.3.016'; $setup_info['phpgwapi']['versions']['current_header'] = '1.28'; $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 3d854adcd9..34ac784160 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -698,4 +698,12 @@ } return $GLOBALS['setup_info']['addressbook']['currentver'] = '1.3.015'; } + + $test[] = '1.3.015'; + function phpgwapi_upgrade1_3_015() + { + # 1.4 Beta 2 + return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.016'; + } + ?>