Changeset 4173 for branches/2.2/phpgwapi


Ignore:
Timestamp:
04/28/11 17:55:36 (13 years ago)
Author:
niltonneto
Message:

Ticket #1804 - Corrigido numeração das versões de acordo com o novo modelo.

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

Legend:

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

    r3772 r4173  
    1414        $setup_info['phpgwapi']['name']      = 'phpgwapi'; 
    1515        $setup_info['phpgwapi']['title']     = 'API'; 
    16         $setup_info['phpgwapi']['version']   = '2.2.000'; 
     16        $setup_info['phpgwapi']['version']   = '2.2.1'; 
    1717        $setup_info['phpgwapi']['versions']['current_header'] = '2.2'; 
    1818        $setup_info['phpgwapi']['enable']    = 3; 
  • branches/2.2/phpgwapi/setup/tables_update.inc.php

    r3857 r4173  
    109109                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    110110        } 
     111        $test[] = '2.2.000'; 
     112        function phpgwapi_upgrade2_2_000() 
     113        { 
     114                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.2.1'; 
     115                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     116        } 
    111117?> 
Note: See TracChangeset for help on using the changeset viewer.