D Documentation  
D_minor
uint D_minor;

The minor version of the D language specification supported by the compiler.

See also: std.compiler.D_major

Example:
writefln("Your compiler supports D version %d.%d", std.compiler.D_major, std.compiler.D_minor);
Created using PHP docwiki written by Markus Dangl. Best viewed with Mozilla Firefox.