Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
We are in UM=Lazy, that was tested 2 lines above
[simgrid.git] / include / simgrid_config.h.in
index e82560f..3ee9f3f 100644 (file)
@@ -28,7 +28,7 @@ SG_END_DECL()
 
 
 /* Version as a single integer. v3.4 is 30400, v3.16.2 is 31602, v42 will be 420000, and so on. */
-#define SIMGRID_VERSION (100UL * (100UL * (@SIMGRID_VERSION_MAJOR@) + (@SIMGRID_VERSION_MINOR@)) + (@SIMGRID_VERSION_PATCH@))
+#define SIMGRID_VERSION (100UL * (100UL * (SIMGRID_VERSION_MAJOR) + (SIMGRID_VERSION_MINOR)) + (SIMGRID_VERSION_PATCH))
 
 #define SIMGRID_VERSION_STRING "@SIMGRID_VERSION_STRING@"