Helper object for semantic versioning.
See also:
http://semver.org/
@:value("")staticread onlysha:Dynamic = ""
new(Major:Int, Minor:Int, Patch:Int)
read onlymajor:Int
read onlyminor:Int
read onlypatch:Int
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.