Ignore:
Timestamp:
11/13/12 17:00:54 (11 years ago)
Author:
douglas
Message:

Ticket #3191 - atualização de versionamento do Expresso dos demais módulos

File:
1 edited

Legend:

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

    r7223 r7516  
    360360        return $GLOBALS['setup_info']['workflow']['currentver']; 
    361361    } 
     362        $test[] = '2.4.2'; 
     363        function workflow_upgrade2_4_2() 
     364        { 
     365                $GLOBALS['setup_info']['workflow']['currentver'] = '2.5.0'; 
     366                return $GLOBALS['setup_info']['workflow']['currentver']; 
     367        } 
     368 
    362369 
    363370?> 
Note: See TracChangeset for help on using the changeset viewer.