Changeset 3817


Ignore:
Timestamp:
02/24/11 16:48:19 (13 years ago)
Author:
niltonneto
Message:

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

Location:
branches/2.0
Files:
5 edited

Legend:

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

    r3321 r3817  
    1212        $setup_info['expressoMail1_2']['name']          = 'expressoMail1_2'; 
    1313        $setup_info['expressoMail1_2']['title']         = 'Expresso Mail'; 
    14         $setup_info['expressoMail1_2']['version']       = '2.0.009'; 
     14        $setup_info['expressoMail1_2']['version']       = '2.0.010'; 
    1515        $setup_info['expressoMail1_2']['app_order']     = 2; 
    1616        $setup_info['expressoMail1_2']['tables'][]              = 'phpgw_expressomail_contacts'; 
  • branches/2.0/expressoMail1_2/setup/tables_update.inc.php

    r3321 r3817  
    138138                return $setup_info['expressoMail1_2']['currentver']; 
    139139        } 
     140        $test[] = '2.0.009'; 
     141        function expressoMail1_2_upgrade2_0_009() { 
     142                $setup_info['expressoMail1_2']['currentver'] = '2.0.010'; 
     143                return $setup_info['expressoMail1_2']['currentver']; 
     144        } 
    140145?> 
  • branches/2.0/phpgwapi/setup/setup.inc.php

    r3321 r3817  
    1414        $setup_info['phpgwapi']['name']      = 'phpgwapi'; 
    1515        $setup_info['phpgwapi']['title']     = 'phpgwapi'; 
    16         $setup_info['phpgwapi']['version']   = '2.0.009'; 
     16        $setup_info['phpgwapi']['version']   = '2.0.010'; 
    1717        $setup_info['phpgwapi']['versions']['current_header'] = '2.0.1'; 
    1818        $setup_info['phpgwapi']['enable']    = 3; 
  • branches/2.0/phpgwapi/setup/tables_update.inc.php

    r3321 r3817  
    17211721                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    17221722        } 
     1723        $test[] = '2.0.009'; 
     1724        function phpgwapi_upgrade2_0_009() 
     1725        { 
     1726                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.010'; 
     1727                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1728        } 
    17231729?> 
Note: See TracChangeset for help on using the changeset viewer.