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;
Comment #1 by matti.niemenmaa+dbugzilla — 2006-12-03T03:42:09Z