Changeset 3817 for branches/2.0/phpgwapi


Ignore:
Timestamp:
02/24/11 16:48:19 (13 years ago)
Author:
niltonneto
Message:

Ticket #000 - Versionamento e publicação do pacote Expresso 2.0.10

Location:
branches/2.0/phpgwapi/setup
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/phpgwapi/setup/setup.inc.php

    r3321 r3817  
    1414        $setup_info['phpgwapi']['name']      = 'phpgwapi'; 
    1515        $setup_info['phpgwapi']['title']     = 'phpgwapi'; 
    16         $setup_info['phpgwapi']['version']   = '2.0.009'; 
     16        $setup_info['phpgwapi']['version']   = '2.0.010'; 
    1717        $setup_info['phpgwapi']['versions']['current_header'] = '2.0.1'; 
    1818        $setup_info['phpgwapi']['enable']    = 3; 
  • branches/2.0/phpgwapi/setup/tables_update.inc.php

    r3321 r3817  
    17211721                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    17221722        } 
     1723        $test[] = '2.0.009'; 
     1724        function phpgwapi_upgrade2_0_009() 
     1725        { 
     1726                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.010'; 
     1727                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1728        } 
    17231729?> 
Note: See TracChangeset for help on using the changeset viewer.