X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a3a100990355eb757dc81106b5aac6daed0b8e1..a7c708d3570410ce5a1316a54f9dda55d2bb46ca:/include/simgrid_config.h.in diff --git a/include/simgrid_config.h.in b/include/simgrid_config.h.in index e82560f88e..3ee9f3f204 100644 --- a/include/simgrid_config.h.in +++ b/include/simgrid_config.h.in @@ -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@"