phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [19061] bump version in preparation of new release


From: Dave Hall
Subject: [Phpgroupware-cvs] [19061] bump version in preparation of new release
Date: Wed, 11 Feb 2009 08:51:08 +0000

Revision: 19061
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=19061
Author:   skwashd
Date:     2009-02-11 08:51:08 +0000 (Wed, 11 Feb 2009)

Log Message:
-----------
bump version in preparation of new release

Modified Paths:
--------------
    branches/Version-0_9_16-branch/phpgwapi/setup/setup.inc.php
    branches/Version-0_9_16-branch/phpgwapi/setup/tables_update.inc.php

Modified: branches/Version-0_9_16-branch/phpgwapi/setup/setup.inc.php
===================================================================
--- branches/Version-0_9_16-branch/phpgwapi/setup/setup.inc.php 2009-02-11 
08:38:30 UTC (rev 19060)
+++ branches/Version-0_9_16-branch/phpgwapi/setup/setup.inc.php 2009-02-11 
08:51:08 UTC (rev 19061)
@@ -15,7 +15,7 @@
        /* Basic information about this app */
        $setup_info['phpgwapi']['name']      = 'phpgwapi';
        $setup_info['phpgwapi']['title']     = 'phpgwapi';
-       $setup_info['phpgwapi']['version']   = '0.9.16.012';
+       $setup_info['phpgwapi']['version']   = '0.9.16.014';
        $setup_info['phpgwapi']['versions']['current_header'] = '1.24';
        $setup_info['phpgwapi']['enable']    = 3;
        $setup_info['phpgwapi']['app_order'] = 1;

Modified: branches/Version-0_9_16-branch/phpgwapi/setup/tables_update.inc.php
===================================================================
--- branches/Version-0_9_16-branch/phpgwapi/setup/tables_update.inc.php 
2009-02-11 08:38:30 UTC (rev 19060)
+++ branches/Version-0_9_16-branch/phpgwapi/setup/tables_update.inc.php 
2009-02-11 08:51:08 UTC (rev 19061)
@@ -1820,4 +1820,14 @@
        {
                return $GLOBALS['phpgw_info']['phpgwapi']['currentver'] = 
'0.9.16.012';
        }
-?>
+
+       $test[] = '0.9.16.011';
+       /**
+        * Bump the version
+        *
+        * @return string the new phpGW version
+        */
+       function phpgwapi_upgrade0_9_16_012()
+       {
+               return $GLOBALS['phpgw_info']['phpgwapi']['currentver'] = 
'0.9.16.014';
+       }






reply via email to

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