java.lang.Object
cryptix.openpgp.util.PGPVersion
- public final class PGPVersion
- extends java.lang.Object
Represents the current version. The value in here will be replaced by the
build system at compile time.
- Version:
- $Revision: 1.2 $
Constructor Summary |
private |
PGPVersion()
Prevent constructing a PGPVersion object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERSION
public static final double VERSION
- The version
- See Also:
- Constant Field Values
VERSION_STRING
public static final java.lang.String VERSION_STRING
- See Also:
- Constant Field Values
PGPVersion
private PGPVersion()
- Prevent constructing a PGPVersion object. Static stuff only.