use SigarVersion

This commit is contained in:
Doug MacEachern 2004-07-23 17:36:52 +00:00
parent aef0ea6b73
commit 8c9bf6414f
1 changed files with 5 additions and 1 deletions

View File

@ -15,7 +15,11 @@ import net.hyperic.jni.ArchNotSupportedException;
*/
public class Sigar implements SigarProxy {
public static final String VERSION = "1.1.4";
public static final String VERSION_STRING =
SigarVersion.VERSION_STRING;
public static final String BUILD_DATE =
SigarVersion.BUILD_DATE;
private static SigarLoader loader = new SigarLoader(Sigar.class);
private FileSystemMap mounts = null;