output build date

This commit is contained in:
Doug MacEachern 2004-07-23 17:37:05 +00:00
parent 8c9bf6414f
commit e9b1f1964b
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ public class Version extends SigarCommandBase {
}
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("");
for (int i=0; i<SYS_PROPS.length; i++) {