pal.util
Class Version

java.lang.Object
  extended by pal.util.Version

public class Version
extends java.lang.Object

This class provides a mechanism for returning the version number of the pal library. It relies on the administrator of the pal library using the module tagging system in CVS. The method getVersionString() will return the version of the pal library under the following conditions:
1. the pal library has been tagged with an identifier in the format: pal-#-# or pal-#-#-#, e.g. pal-1-3-0 for version 1.3.0. 2. the pal library has been checked out *by tag* before packaged for distribution.

Version:
$Id: Version.java,v 1.1 2001/09/10 01:58:27 alexi Exp $
Author:
Alexei Drummond

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

Constructor Detail

Version

public Version()
Method Detail

getVersionString

public static java.lang.String getVersionString()