Helper object for semantic versioning.

See also:

Static variables

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