Changeset 7516 for trunk/calendar


Ignore:
Timestamp:
11/13/12 17:00:54 (11 years ago)
Author:
douglas
Message:

Ticket #3191 - atualização de versionamento do Expresso dos demais módulos

Location:
trunk/calendar/setup
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/setup/setup.inc.php

    r7223 r7516  
    1212 
    1313        $setup_info['calendar']['name']    = 'calendar'; 
    14         $setup_info['calendar']['version'] = '2.4.2'; 
     14        $setup_info['calendar']['version'] = '2.5.0'; 
    1515        $setup_info['calendar']['app_order'] = 3; 
    1616        $setup_info['calendar']['enable']  = 1; 
     
    5252        $setup_info['calendar']['depends'][] = array( 
    5353                 'appname' => 'phpgwapi', 
    54                  'versions' => Array('2.4.2') 
     54                 'versions' => Array('2.5.0') 
    5555        ); 
  • trunk/calendar/setup/tables_update.inc.php

    r7223 r7516  
    148148        return $GLOBALS['setup_info']['calendar']['currentver']; 
    149149    } 
     150        $test[] = '2.4.2'; 
     151        function calendar_upgrade2_4_2() 
     152        { 
     153                $GLOBALS['setup_info']['calendar']['currentver'] = '2.5.0'; 
     154                return $GLOBALS['setup_info']['calendar']['currentver']; 
     155        } 
     156 
     157 
    150158?> 
Note: See TracChangeset for help on using the changeset viewer.