bump version

This commit is contained in:
Doug MacEachern 2004-07-17 00:15:59 +00:00
parent 2d38a11fbb
commit bd162b8f7b
1 changed files with 1 additions and 1 deletions

View File

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