module served.info; static immutable Version = [0, 8, 0]; static immutable VersionSuffix = "beta.10"; // like beta.1 static immutable string BundledDependencies = "dub, dfmt and dscanner are bundled within (compiled in)"; version (Windows) version (DigitalMars) static assert(false, "DMD not supported on Windows. Please use LDC.");