Allow HDF5 versions greater than 1.12

Index: src/ci/MEDfileCompatibility.c
--- src/ci/MEDfileCompatibility.c.orig
+++ src/ci/MEDfileCompatibility.c
@@ -116,7 +116,7 @@ MEDfileCompatibility(const char* const filename,
 #if MED_NUM_MAJEUR != 5
 #error "Don't forget to update the test version here when you change the major version of the library !"
 #endif
-#if H5_VERS_MINOR > 12
+#if H5_VERS_MINOR > 14
 #error "Don't forget to check the compatibility version of the library, depending on the internal hdf model choice !"
 #error "Cf. _MEDfileCreate ..."
 #endif
