class flixel.system.FlxVersion

Available on all platforms

Helper object for semantic versioning. * @see http://semver.org/

Instance Fields

function new(Major:Int, Minor:Int, Patch:Int, ?PatchVersion:String = ''):Void

function toString():String

Formats the version in the format "HaxeFlixel MAJOR.MINOR.PATCH-PATCH_VERSION", * e.g. HaxeFlixel 3.0.4