Allow HDF5 versions greater than 1.12

Index: src/hdfi/_MEDmemFileOpen.c
--- src/hdfi/_MEDmemFileOpen.c.orig
+++ src/hdfi/_MEDmemFileOpen.c
@@ -439,7 +439,7 @@ med_idt _MEDmemFileOpen(const char * const filename, m
     goto ERROR;
   }
 
-#if H5_VERS_MINOR > 12
+#if H5_VERS_MINOR > 14
 #error "Don't forget to change the compatibility version of the library !"
 #endif
   if ( H5Pset_libver_bounds( _fapl, H5F_LIBVER_V112, H5F_LIBVER_V112 ) ) {
@@ -506,7 +506,7 @@ med_idt _MEDmemFileOpen(const char * const filename, m
 	goto ERROR;
       }
       _fversionMM = 100*_fmajor+10*_fminor;
-#if H5_VERS_MINOR > 12
+#if H5_VERS_MINOR > 14
 #error "Don't forget to change the compatibility version of the library !"
 #endif
       if ( _fversionMM < 500 ) { /*100*MED_NUM_MAJEUR+10*MED_NUM_MINEUR*/
