Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.version
Class PivotVersion

java.lang.Object
  extended by com.citra.pivot.version.PivotVersion

public final class PivotVersion
extends Object

Class that contains the current pivot library version.


Method Summary
static String getVersion()
          Retrieves the current version as a string.
static Date getVersionDate()
          Retrieves the current version's release date.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVersion

public static final String getVersion()
Retrieves the current version as a string.

Returns:
the current version string

getVersionDate

public static final Date getVersionDate()
Retrieves the current version's release date.

Returns:
the current version's release date

Copyright © 2011 Citra Technologies. All Rights Reserved.