X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a3a100990355eb757dc81106b5aac6daed0b8e1..30e93357d63b0846afb6a60db2004b6761607103:/include/simgrid_config.h.in diff --git a/include/simgrid_config.h.in b/include/simgrid_config.h.in index e82560f88e..3b93712833 100644 --- a/include/simgrid_config.h.in +++ b/include/simgrid_config.h.in @@ -9,7 +9,7 @@ #define SIMGRID_PUBLIC_CONFIG_H #include -/** Define the version numbers of the used header files. +/** Define the version numbers of the used header files. See sg_version_get() to retrieve the version of the dynamic library. */ #define SIMGRID_VERSION_MAJOR @SIMGRID_VERSION_MAJOR@ #define SIMGRID_VERSION_MINOR @SIMGRID_VERSION_MINOR@ @@ -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@"