Changeset 2817 for branches/2.0/phpgwapi


Ignore:
Timestamp:
05/19/10 10:35:50 (14 years ago)
Author:
niltonneto
Message:

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

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

Legend:

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

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

    r2541 r2817  
    16961696                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.005'; 
    16971697                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    1698         }        
     1698        } 
     1699        $test[] = '2.0.005'; 
     1700        function phpgwapi_upgrade2_0_005() 
     1701        { 
     1702                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.006'; 
     1703                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1704        }                        
    16991705?> 
Note: See TracChangeset for help on using the changeset viewer.