Ignore:
Timestamp:
08/13/09 17:50:07 (15 years ago)
Author:
niltonneto
Message:

Ticket #563 - Alteradas versões dos módulos, conforme modelo de versionamento.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/setup/tables_update.inc.php

    r1036 r1323  
    16601660 
    16611661        } 
    1662  
     1662         
     1663        $test[] = '1.0.0.008'; 
     1664        function phpgwapi_upgrade1_0_0_008() 
     1665        { 
     1666                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.0.pre-alpha'; 
     1667                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1668 
     1669        } 
     1670 
     1671        $test[] = '2.0.0.pre-alpha'; 
     1672        function phpgwapi_upgrade2_0_0_prealpha() 
     1673        { 
     1674                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.000'; 
     1675                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1676        } 
     1677        $test[] = '2.0.000'; 
     1678        function phpgwapi_upgrade2_0_000() 
     1679        { 
     1680                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.001'; 
     1681                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1682        } 
    16631683?> 
Note: See TracChangeset for help on using the changeset viewer.