Ignore:
Timestamp:
12/01/09 16:44:20 (14 years ago)
Author:
niltonneto
Message:

Ticket #802 - Alterado as versões dos módulos, conforme modelo de versionamento.

File:
1 edited

Legend:

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

    r1328 r1728  
    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.1.000'; 
     1204                return $GLOBALS['setup_info']['workflow']['currentver']; 
     1205        } 
    11991206?> 
Note: See TracChangeset for help on using the changeset viewer.