Ignore:
Timestamp:
10/05/10 11:18:57 (14 years ago)
Author:
niltonneto
Message:

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

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

Legend:

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

    r3150 r3321  
    1414        $setup_info['phpgwapi']['name']      = 'phpgwapi'; 
    1515        $setup_info['phpgwapi']['title']     = 'phpgwapi'; 
    16         $setup_info['phpgwapi']['version']   = '2.0.008'; 
     16        $setup_info['phpgwapi']['version']   = '2.0.009'; 
    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

    r3150 r3321  
    17151715                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    17161716        }        
     1717        $test[] = '2.0.008'; 
     1718        function phpgwapi_upgrade2_0_008() 
     1719        { 
     1720                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.009'; 
     1721                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1722        } 
    17171723?> 
Note: See TracChangeset for help on using the changeset viewer.