Changeset 1490 for branches/2.0/workflow


Ignore:
Timestamp:
10/02/09 17:07:17 (15 years ago)
Author:
niltonneto
Message:

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

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

Legend:

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

    r1324 r1490  
    1313        $setup_info['workflow']['name']                 = 'workflow'; 
    1414        $setup_info['workflow']['title']                = 'Workflow management'; 
    15         $setup_info['workflow']['version']              = '2.0.000'; 
     15        $setup_info['workflow']['version']              = '2.0.001'; 
    1616        $setup_info['workflow']['app_order']    = 10; 
    1717        $setup_info['workflow']['enable']               = 1; 
  • branches/2.0/workflow/setup/tables_update.inc.php

    r1328 r1490  
    11971197                return $GLOBALS['setup_info']['workflow']['currentver']; 
    11981198        } 
     1199        $test[] = '2.0.000'; 
     1200        function workflow_upgrade2_0_000() 
     1201        { 
     1202                #updating the current version 
     1203                $GLOBALS['setup_info']['workflow']['currentver'] = '2.0.001'; 
     1204                return $GLOBALS['setup_info']['workflow']['currentver']; 
     1205        } 
    11991206?> 
Note: See TracChangeset for help on using the changeset viewer.