http://d.puremagic.com/issues/show_bug.cgi?id=10330

           Summary: Regression (2.063.2): __VERSION__ is set wrong
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: andrej.mitrov...@gmail.com


--- Comment #0 from Andrej Mitrovic <andrej.mitrov...@gmail.com> 2013-06-11 
05:31:44 PDT ---
module test;
void main()
{
    pragma(msg, __VERSION__);
}

2.063:
$ dmd test.d
> 2063L

2.063.2:
$ dmd test.d
> 63002L

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to