fr.umlv.unitex
Class Version

java.lang.Object
  extended by fr.umlv.unitex.Version

public class Version
extends java.lang.Object

This class only contains a String that indicates version information. The content of this string appears in the caption of the main frame.

Author:
Sébastien Paumier

Field Summary
static java.lang.String version
          The string that contains the version number, and the date of the release (only for beta versions).
 
Constructor Summary
Version()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public static final java.lang.String version
The string that contains the version number, and the date of the release (only for beta versions).

See Also:
Constant Field Values
Constructor Detail

Version

public Version()