Packageat.fhjoanneum.dmt.umj.core
Classpublic class CoreVersion
InheritanceCoreVersion Inheritance Object

CoreVersion is a stupid little class that hold the current version numbers and revisions. You'll have to manually change the version constants and CODE_NAME for a new version.



Public Constants
 ConstantDefined By
  CODE_NAME : String = teacup - internal
[static]
CoreVersion
  MAJOR_VERSION : uint = 1
[static]
CoreVersion
  MINOR_VERSION : uint = 1
[static]
CoreVersion
  REVISION : uint = 0
[static]
CoreVersion
Constant Detail
CODE_NAMEConstant
public static const CODE_NAME:String = teacup - internal

MAJOR_VERSIONConstant 
public static const MAJOR_VERSION:uint = 1

MINOR_VERSIONConstant 
public static const MINOR_VERSION:uint = 1

REVISIONConstant 
public static const REVISION:uint = 0