Ignore:
Timestamp:
03/07/10 11:16:54 (14 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/workflow/setup/tables_update.inc.php

    r1977 r2185  
    12111211                return $GLOBALS['setup_info']['workflow']['currentver']; 
    12121212        } 
     1213        $test[] = '2.0.002'; 
     1214        function workflow_upgrade2_0_002() 
     1215        { 
     1216                #updating the current version 
     1217                $GLOBALS['setup_info']['workflow']['currentver'] = '2.0.003'; 
     1218                return $GLOBALS['setup_info']['workflow']['currentver']; 
     1219        } 
    12131220?> 
Note: See TracChangeset for help on using the changeset viewer.