Changeset 4294f3c in OpenSC


Ignore:
Timestamp:
06/30/11 13:50:25 (11 months ago)
Author:
martin
Branches:
master, staging
Children:
9bcda91, 17bc2c8
Parents:
11a7a9e
git-author:
Martin Paljak <martin@…> (06/30/11 13:50:25)
git-committer:
Martin Paljak <martin@…> (06/30/11 13:50:25)
Message:

MacInstaller: Mac OS X 10.6.8 was released on 23.06.2011. Require it by default

Location:
MacOSX/10.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • MacOSX/10.6/resources/InstallationCheck.strings

    r4cbe694 r4294f3c  
    1 "17" = "Mac OS X version 10.6.4 or later is required for this software. Please install the latest security updates!"; 
    2 "18" = "Mac OS X version 10.6 (starting from 10.6.4) is required for this software."; 
     1"17" = "Mac OS X version 10.6.8 or later is required for this software. Please install the latest security updates!"; 
     2"18" = "Mac OS X version 10.6 (starting from 10.6.8) is required for this software."; 
  • MacOSX/10.6/scripts/InstallationCheck

    r4cbe694 r4294f3c  
    99 
    1010DO_CHECKS: { 
    11         # 10.6.3 or higher system must be active 
    12         if(CheckVersion("$SYSTEM_VERS", "10.6.4", "ProductVersion", "<")) { 
     11        # 10.6.8 or higher system must be active 
     12        if(CheckVersion("$SYSTEM_VERS", "10.6.8", "ProductVersion", "<")) { 
    1313                $EXIT_VALUE = ((1 << 6) | ( 1 << 5 ) | 17 ); 
    1414                last; 
Note: See TracChangeset for help on using the changeset viewer.