Changeset 4849 for branches/2.2/phpgwapi


Ignore:
Timestamp:
07/22/11 18:22:32 (13 years ago)
Author:
niltonneto
Message:

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

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

Legend:

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

    r4542 r4849  
    1414        $setup_info['phpgwapi']['name']      = 'phpgwapi'; 
    1515        $setup_info['phpgwapi']['title']     = 'API'; 
    16         $setup_info['phpgwapi']['version']   = '2.2.4'; 
     16        $setup_info['phpgwapi']['version']   = '2.2.6'; 
    1717        $setup_info['phpgwapi']['versions']['current_header'] = '2.2'; 
    1818        $setup_info['phpgwapi']['enable']    = 3; 
  • branches/2.2/phpgwapi/setup/tables_update.inc.php

    r4542 r4849  
    133133                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    134134        } 
     135        $test[] = '2.2.4'; 
     136        function phpgwapi_upgrade2_2_4() 
     137        { 
     138                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.2.6'; 
     139                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     140        } 
    135141?> 
Note: See TracChangeset for help on using the changeset viewer.