Helper object for semantic versioning.

See also:

Static variables

@:value("c8e79d2a42f9c11c639519ef2a6fd7ef2379a8aa\n")staticread onlysha:Dynamic = "c8e79d2a42f9c11c639519ef2a6fd7ef2379a8aa\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.