Ignore:
Timestamp:
09/14/12 16:44:16 (12 years ago)
Author:
acoutinho
Message:

Ticket #3102 - Atualizar versionamento do Expresso e dos modulos para a versao 2.4.2

File:
1 edited

Legend:

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

    r7009 r7223  
    353353                return $GLOBALS['setup_info']['workflow']['currentver']; 
    354354        } 
     355 
     356    $test[] = '2.4.1'; 
     357    function workflow_upgrade2_4_1() 
     358    { 
     359        $GLOBALS['setup_info']['workflow']['currentver'] = '2.4.2'; 
     360        return $GLOBALS['setup_info']['workflow']['currentver']; 
     361    } 
     362 
    355363?> 
Note: See TracChangeset for help on using the changeset viewer.