org.tigris.toolbar
Class Version

java.lang.Object
  extended byorg.tigris.toolbar.Version

public class Version
extends java.lang.Object

A utility to return the version number of this release


Field Summary
static int MAJOR_REVISION_NUMBER
           
static int MINOR_REVISION_NUMBER
           
static int RELEASE_NUMBER
           
 
Method Summary
static java.lang.String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RELEASE_NUMBER

public static int RELEASE_NUMBER

MAJOR_REVISION_NUMBER

public static int MAJOR_REVISION_NUMBER

MINOR_REVISION_NUMBER

public static int MINOR_REVISION_NUMBER
Method Detail

getVersion

public static java.lang.String getVersion()