DMDInstaller.currentVersion

Version of DMD that this program was built with. Used as the default version to install.

class DMDInstaller
enum currentVersion = text(__VERSION__)[0] ~ "." ~ text(__VERSION__)[1 .. $] ~ ".0";

Meta