Changeset 1957 for branches/2.0/phpgwapi


Ignore:
Timestamp:
02/01/10 15:56:17 (14 years ago)
Author:
niltonneto
Message:

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

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

Legend:

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

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

    r1882 r1957  
    16791679                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    16801680        } 
     1681        $test[] = '2.0.002'; 
     1682        function phpgwapi_upgrade2_0_002() 
     1683        { 
     1684                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.003'; 
     1685                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1686        } 
    16811687?> 
Note: See TracChangeset for help on using the changeset viewer.