Revision 820 org.gvsig.jgdal/branches/goto-jgdal2.0.4/org.gvsig.jgdal/src/main/java/org/gvsig/jgdal/JNIBase.java

View differences:

JNIBase.java
84 84
		if (os.toLowerCase().startsWith("windows"))
85 85
			System.loadLibrary("jgdal201");
86 86
		else*/
87
			System.loadLibrary("jgdal2.0.3");
87
			System.loadLibrary("jgdal2.0.4");
88 88
	}
89 89
}

Also available in: Unified diff