From 3e17b31815fd262b766996bf814932cc60e1e5a1 Mon Sep 17 00:00:00 2001 From: Pim Snel Date: Wed, 17 Sep 2003 22:22:19 +0000 Subject: [PATCH] increase version number --- header.inc.php.template | 2 +- phpgwapi/setup/setup.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/header.inc.php.template b/header.inc.php.template index b12f243d6a..90c02dcc91 100644 --- a/header.inc.php.template +++ b/header.inc.php.template @@ -92,7 +92,7 @@ $GLOBALS['phpgw_info']['server']['versions']['phpgwapi'] = $setup_info['phpgwapi']['version']; $GLOBALS['phpgw_info']['server']['versions']['current_header'] = $setup_info['phpgwapi']['versions']['current_header']; unset($setup_info); - $GLOBALS['phpgw_info']['server']['versions']['header'] = '1.23'; + $GLOBALS['phpgw_info']['server']['versions']['header'] = '1.24'; /* This is a fix for NT */ if(!isset($GLOBALS['phpgw_info']['flags']['noapi']) || !$GLOBALS['phpgw_info']['flags']['noapi'] == True) { diff --git a/phpgwapi/setup/setup.inc.php b/phpgwapi/setup/setup.inc.php index 72b62af50e..7ed1f875a5 100755 --- a/phpgwapi/setup/setup.inc.php +++ b/phpgwapi/setup/setup.inc.php @@ -16,7 +16,7 @@ $setup_info['phpgwapi']['name'] = 'phpgwapi'; $setup_info['phpgwapi']['title'] = 'phpgwapi'; $setup_info['phpgwapi']['version'] = '0.9.99.002'; - $setup_info['phpgwapi']['versions']['current_header'] = '1.23'; + $setup_info['phpgwapi']['versions']['current_header'] = '1.24'; $setup_info['phpgwapi']['enable'] = 3; $setup_info['phpgwapi']['app_order'] = 1;