BuildPlatform.frontendVersionString

Frontend version string from frontendVersion e.g: 2067 => "2.067"

struct BuildPlatform
const
string
frontendVersionString
()

Examples

BuildPlatform bp;
bp.frontendVersion = 2067;
assert(bp.frontendVersionString == "2.067");

Meta