com.ecyrd.jspwiki
Class Release

java.lang.Object
  |
  +--com.ecyrd.jspwiki.Release

public class Release
extends java.lang.Object

Contains release and version information.

Author:
Janne Jalkanen

Field Summary
static java.lang.String APPNAME
          This is the default application name.
static int MINORREVISION
           
static java.lang.String RELEASE
          This should be increased every time you do a release.
static int REVISION
           
static int VERSION
           
static java.lang.String VERSTR
          This is the generic version string you should use when printing out the version.
 
Constructor Summary
Release()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Executing this class directly from command line prints out the current version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPNAME

public static final java.lang.String APPNAME
This is the default application name.

See Also:
Constant Field Values

RELEASE

public static final java.lang.String RELEASE
This should be increased every time you do a release.

See Also:
Constant Field Values

VERSION

public static final int VERSION
See Also:
Constant Field Values

REVISION

public static final int REVISION
See Also:
Constant Field Values

MINORREVISION

public static final int MINORREVISION
See Also:
Constant Field Values

VERSTR

public static final java.lang.String VERSTR
This is the generic version string you should use when printing out the version. It is of the form "x.y.z-ttt".

See Also:
Constant Field Values
Constructor Detail

Release

public Release()
Method Detail

main

public static void main(java.lang.String[] argv)
Executing this class directly from command line prints out the current version.

Example:

  % java com.ecyrd.jspwiki.Release
  1.9.26-cvs