[Issue 517] New: std.compiler outdated
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Nov 15 05:24:27 PST 2006
http://d.puremagic.com/issues/show_bug.cgi?id=517
Summary: std.compiler outdated
Product: D
Version: 0.174
Platform: PC
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: bugzilla at digitalmars.com
ReportedBy: vlasov at scatt.com
Please update these constants:
/**
* The vendor specific version number, as in
* version_major.version_minor
*/
uint version_major = 0;
uint version_minor = 0; /// ditto
/**
* The version of the D Programming Language Specification
* supported by the compiler.
*/
uint D_major = 0;
uint D_minor = 134;
--
More information about the Digitalmars-d-bugs
mailing list