X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/250c00b20a41a9ebb1d1039eaa4ec96f9fa4eb7b..41494029236416fcaad7fe8cc67c69a730fc9265:/simgrid_features.h?ds=sidebyside

diff --git a/simgrid_features.h b/simgrid_features.h
index 82c7b23..2cfb227 100644
--- a/simgrid_features.h
+++ b/simgrid_features.h
@@ -3,8 +3,8 @@
 
 #include <simgrid_config.h>
 
-#if !defined(SIMGRID_VERSION) || SIMGRID_VERSION < 31400UL // == SG < 3.14 == //
-#  error "Unsupported SimGrid version.  Need version >= 3.14"
+#if !defined(SIMGRID_VERSION) || SIMGRID_VERSION < 31800UL // == SG < 3.18 == //
+#  error "Unsupported SimGrid version.  Need version >= 3.18"
 #endif // =================================================================== //
 
 #endif // !SIMGRID_FEATURES_H