phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/setup setup.inc.php tables_update.inc.php [V


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/setup setup.inc.php tables_update.inc.php [Version-0_9_16-branch]
Date: Tue, 14 Aug 2007 12:45:23 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Branch:         Version-0_9_16-branch
Changes by:     Dave Hall <skwashd>     07/08/14 12:45:23

Modified files:
        setup          : setup.inc.php tables_update.inc.php 

Log message:
        bump version for new release

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/setup/setup.inc.php?cvsroot=phpgwapi&only_with_tag=Version-0_9_16-branch&r1=1.37.2.6.2.29&r2=1.37.2.6.2.30
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/setup/tables_update.inc.php?cvsroot=phpgwapi&only_with_tag=Version-0_9_16-branch&r1=1.53.2.9.2.45&r2=1.53.2.9.2.46

Patches:
Index: setup.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/setup/setup.inc.php,v
retrieving revision 1.37.2.6.2.29
retrieving revision 1.37.2.6.2.30
diff -u -b -r1.37.2.6.2.29 -r1.37.2.6.2.30
--- setup.inc.php       31 Aug 2006 11:08:41 -0000      1.37.2.6.2.29
+++ setup.inc.php       14 Aug 2007 12:45:22 -0000      1.37.2.6.2.30
@@ -9,13 +9,13 @@
        *  option) any later version.                                           
   *
        
\**************************************************************************/
 
-       // $Id: setup.inc.php,v 1.37.2.6.2.29 2006/08/31 11:08:41 skwashd Exp $
+       // $Id: setup.inc.php,v 1.37.2.6.2.30 2007/08/14 12:45:22 skwashd Exp $
        // $Source: /sources/phpgwapi/phpgwapi/setup/setup.inc.php,v $
 
        /* Basic information about this app */
        $setup_info['phpgwapi']['name']      = 'phpgwapi';
        $setup_info['phpgwapi']['title']     = 'phpgwapi';
-       $setup_info['phpgwapi']['version']   = '0.9.16.011';
+       $setup_info['phpgwapi']['version']   = '0.9.16.012';
        $setup_info['phpgwapi']['versions']['current_header'] = '1.24';
        $setup_info['phpgwapi']['enable']    = 3;
        $setup_info['phpgwapi']['app_order'] = 1;

Index: tables_update.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.53.2.9.2.45
retrieving revision 1.53.2.9.2.46
diff -u -b -r1.53.2.9.2.45 -r1.53.2.9.2.46
--- tables_update.inc.php       31 Aug 2006 11:08:41 -0000      1.53.2.9.2.45
+++ tables_update.inc.php       14 Aug 2007 12:45:22 -0000      1.53.2.9.2.46
@@ -9,7 +9,7 @@
        *  option) any later version.                                           
   *
        
\**************************************************************************/
 
-       // $Id: tables_update.inc.php,v 1.53.2.9.2.45 2006/08/31 11:08:41 
skwashd Exp $
+       // $Id: tables_update.inc.php,v 1.53.2.9.2.46 2007/08/14 12:45:22 
skwashd Exp $
        // $Source: /sources/phpgwapi/phpgwapi/setup/tables_update.inc.php,v $
 
        /* Include older phpGroupWare update support */
@@ -1814,4 +1814,10 @@
        {
                return $GLOBALS['phpgw_info']['phpgwapi']['currentver'] = 
'0.9.16.011';
        }
+
+       $test[] = '0.9.16.011';
+       function phpgwapi_upgrade0_9_16_011()
+       {
+               return $GLOBALS['phpgw_info']['phpgwapi']['currentver'] = 
'0.9.16.012';
+       }
 ?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]