org.jacorb.util
Class Version

java.lang.Object
  extended byorg.jacorb.util.Version

public final class Version
extends java.lang.Object

Holds the release date and version of JacORB. An attempt to bring more maintainability to the versioning.

Version:
$Id: Version.java,v 1.23 2004/02/16 08:27:58 gerald Exp $
Author:
Gerald Brose

Field Summary
static java.lang.String date
           
static java.lang.String longVersion
           
static java.lang.String version
           
 
Constructor Summary
Version()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public static final java.lang.String version
See Also:
Constant Field Values

date

public static final java.lang.String date
See Also:
Constant Field Values

longVersion

public static final java.lang.String longVersion
See Also:
Constant Field Values
Constructor Detail

Version

public Version()