output build date
This commit is contained in:
parent
8c9bf6414f
commit
e9b1f1964b
|
@ -29,7 +29,8 @@ public class Version extends SigarCommandBase {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void printInfo(PrintStream os) {
|
public static void printInfo(PrintStream os) {
|
||||||
os.println("Sigar version=" + Sigar.VERSION);
|
os.println("Sigar version=" + Sigar.VERSION_STRING);
|
||||||
|
os.println("Sigar build date=" + Sigar.BUILD_DATE);
|
||||||
os.println("");
|
os.println("");
|
||||||
|
|
||||||
for (int i=0; i<SYS_PROPS.length; i++) {
|
for (int i=0; i<SYS_PROPS.length; i++) {
|
||||||
|
|
Loading…
Reference in New Issue