VersionInfo

Contains version information.

Constructors

this
this(int major, int minor, int revision)
this
this(int major, int minor, int revision, string text)

Members

Functions

opCmp
int opCmp(VersionInfo other)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

major
int major;

Major version, e.g. 0.19.1 -> 0

minor
int minor;

Minor version, e.g. 0.19.1 -> 19

revision
int revision;

Revision version, e.g. 0.19.1 -> 1

text
string text;

Text representation of version, e.g. "0.19.1"

Meta