Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3730

Show
Ignore:
Timestamp:
07/09/08 09:34:56 (5 months ago)
Author:
larsivi
Message:

State that DMD 1.032 is not supported

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/dmdinclude

    r3714 r3730  
    3838        fi 
    3939 
    40         if [ "$DMDVERSIONMIN" -gt "31" ] 
     40        if [ "$DMDVERSIONMIN" = "32" ] 
     41        then 
     42            echo ">> DMD 1.032 is not supported by Tango. You are most likely going" 
     43            echo " >> to experience problems." 
     44        fi 
     45 
     46        if [ "$DMDVERSIONMIN" -gt "32" ] 
    4147        then 
    4248            echo ">> This version has not been tested with Tango prior to this release,"