public class version
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
author_str
Name of the author
|
static int |
major
The major version number.
|
static int |
minor
The minor version number.
|
static java.lang.String |
program_name
The command name normally used to invoke this program
|
static java.lang.String |
title_str
Full title of the system
|
static java.lang.String |
update
The update letter.
|
static java.lang.String |
version_str
String for the current version.
|
Constructor and Description |
---|
version() |
public static final int major
public static final int minor
public static final java.lang.String update
public static final java.lang.String version_str
public static final java.lang.String title_str
public static final java.lang.String author_str
public static final java.lang.String program_name