Changeset 2185 for branches/2.0/workflow


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

Location:
branches/2.0/workflow/setup
Files:
2 edited

Legend:

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

    r1977 r2185  
    1313        $setup_info['workflow']['name']                 = 'workflow'; 
    1414        $setup_info['workflow']['title']                = 'Workflow management'; 
    15         $setup_info['workflow']['version']              = '2.0.002'; 
     15        $setup_info['workflow']['version']              = '2.0.003'; 
    1616        $setup_info['workflow']['app_order']    = 10; 
    1717        $setup_info['workflow']['enable']               = 1; 
  • 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.