Changeset 2185 for branches/2.0/phpgwapi


Ignore:
Timestamp:
03/07/10 11:16:54 (14 years ago)
Author:
niltonneto
Message:

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

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

Legend:

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

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

    r1957 r2185  
    16851685                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    16861686        } 
     1687        $test[] = '2.0.003'; 
     1688        function phpgwapi_upgrade2_0_003() 
     1689        { 
     1690                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.004'; 
     1691                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1692        } 
    16871693?> 
Note: See TracChangeset for help on using the changeset viewer.