Helper object for semantic versioning.

See also:

Static variables

@:value("8ccd0176e930bca005316c66bd0879fe59bb699e\n")staticread onlysha:Dynamic = "8ccd0176e930bca005316c66bd0879fe59bb699e\n"

Constructor

new(Major:Int, Minor:Int, Patch:Int)

Variables

read onlymajor:Int

read onlyminor:Int

read onlypatch:Int

Methods

toString():String

Formats the version in the format "HaxeFlixel MAJOR.MINOR.PATCH-COMMIT_SHA", e.g. HaxeFlixel 3.0.4. If this is a dev version, the git sha is included.