Remove extra space added by h5vers to version string in H5.java, which
then failed to match the pattern after the first run.
This commit is contained in:
@@ -239,7 +239,7 @@ public class H5 implements java.io.Serializable {
|
||||
*
|
||||
* Make sure to update the versions number when a different library is used.
|
||||
*/
|
||||
public final static int LIB_VERSION[] = { 1, 10, 1 };
|
||||
public final static int LIB_VERSION[] = { 1, 11, 0 };
|
||||
|
||||
public final static String H5PATH_PROPERTY_KEY = "hdf.hdf5lib.H5.hdf5lib";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user