Changeset 2946 for branches/2.0/phpgwapi


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

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

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

Legend:

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

    r2854 r2946  
    1414        $setup_info['phpgwapi']['name']      = 'phpgwapi'; 
    1515        $setup_info['phpgwapi']['title']     = 'phpgwapi'; 
    16         $setup_info['phpgwapi']['version']   = '2.0.006'; 
     16        $setup_info['phpgwapi']['version']   = '2.0.007'; 
    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

    r2817 r2946  
    17031703                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    17041704        }                        
     1705        $test[] = '2.0.006'; 
     1706        function phpgwapi_upgrade2_0_006() 
     1707        { 
     1708                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.007'; 
     1709                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1710        }        
    17051711?> 
Note: See TracChangeset for help on using the changeset viewer.