Changeset 2541 for branches/2.0/phpgwapi


Ignore:
Timestamp:
04/14/10 18:16:03 (14 years ago)
Author:
niltonneto
Message:

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

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

Legend:

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

    r2185 r2541  
    1414        $setup_info['phpgwapi']['name']      = 'phpgwapi'; 
    1515        $setup_info['phpgwapi']['title']     = 'phpgwapi'; 
    16         $setup_info['phpgwapi']['version']   = '2.0.004'; 
     16        $setup_info['phpgwapi']['version']   = '2.0.005'; 
    1717        $setup_info['phpgwapi']['versions']['current_header'] = '2.0'; 
    1818        $setup_info['phpgwapi']['enable']    = 3; 
  • branches/2.0/phpgwapi/setup/tables_update.inc.php

    r2185 r2541  
    16911691                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    16921692        } 
     1693        $test[] = '2.0.004'; 
     1694        function phpgwapi_upgrade2_0_004() 
     1695        { 
     1696                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.005'; 
     1697                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1698        }        
    16931699?> 
Note: See TracChangeset for help on using the changeset viewer.