D Documentation  
version_minor
uint version_minor;

Holds the minor version number.

See also: std.compiler.version_major

Example:
writefln("Your compiler has the version number %d.%d",
  std.compiler.version_major,
  std.compiler.version_minor);
Created using PHP docwiki written by Markus Dangl. Best viewed with Mozilla Firefox.