Changeset 4849 for branches/2.2/workflow


Ignore:
Timestamp:
07/22/11 18:22:32 (13 years ago)
Author:
niltonneto
Message:

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

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

Legend:

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

    r4173 r4849  
    1313        $setup_info['workflow']['name']                 = 'workflow'; 
    1414        $setup_info['workflow']['title']                = 'Workflow Management'; 
    15         $setup_info['workflow']['version']              = '2.2.1'; 
     15        $setup_info['workflow']['version']              = '2.2.6'; 
    1616        $setup_info['workflow']['app_order']    = 10; 
    1717        $setup_info['workflow']['enable']               = 1; 
  • branches/2.2/workflow/setup/tables_update.inc.php

    r4173 r4849  
    210210                return $GLOBALS['setup_info']['workflow']['currentver']; 
    211211        } 
     212                $test[] = '2.2.1'; 
     213        function workflow_upgrade2_2_1() 
     214        { 
     215                #updating the current version 
     216                $GLOBALS['setup_info']['workflow']['currentver'] = '2.2.6'; 
     217                return $GLOBALS['setup_info']['workflow']['currentver']; 
     218        } 
    212219?> 
Note: See TracChangeset for help on using the changeset viewer.