bump version

This commit is contained in:
Doug MacEachern 2004-06-23 05:33:51 +00:00
parent f0b267957a
commit 8e65e1e10e
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.1";
public static final String VERSION = "1.1.2";
private static SigarLoader loader = new SigarLoader(Sigar.class);
private FileSystemMap mounts = null;