org.logicalcobwebs.proxool
Class Version
java.lang.Object
org.logicalcobwebs.proxool.Version
public class Version
extends java.lang.Object
Tells you the version. You can tell what sort of release it is
from the version. For instance:
1.0.0 (1 January)
A proper released binary file at version 1.0.
1.0.0+
Built from the source based on version 1.0 (but there is no
way of knowing whether the source has been altered).
1.0.1 (2 January)
A bug fix release built on January 2nd.
$Revision: 1.20 $, $Date: 2006/01/18 14:40:02 $- bill
- $Author: billhorsman $ (current maintainer)
static String | getVersion()
|
static void | main(String[] args) - Convenient way of verifying version
|
getVersion
public static String getVersion()
main
public static void main(String[] args)
Convenient way of verifying version
args
- none required (any sent are ignored)