uk.me.nxg.unity
Class Version

java.lang.Object
  extended by uk.me.nxg.unity.Version

public class Version
extends Object

Manage version information


Method Summary
static int versionInteger()
          Indicate the package version, as an integer.
static String versionString()
          Indicate the package version, as a printable string giving the package name and version
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

versionString

public static String versionString()
Indicate the package version, as a printable string giving the package name and version


versionInteger

public static int versionInteger()
Indicate the package version, as an integer. The number returned is major-version * 1e6 + minor-version * 1e3 + release.