From: Arnaud Giersch Date: Thu, 1 Dec 2011 13:56:51 +0000 (+0100) Subject: Always define SIMGRID_VERSION_*. X-Git-Tag: exp_20120216~241^2~12 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f8204b40c05e8f0246503a1bcef185f941eacc7f Always define SIMGRID_VERSION_*. --- diff --git a/include/simgrid_config.h.in b/include/simgrid_config.h.in index 4c1feb7d61..3e54b0b5c1 100644 --- a/include/simgrid_config.h.in +++ b/include/simgrid_config.h.in @@ -20,9 +20,9 @@ SG_BEGIN_DECL() #define MAKE_SIMGRID_VERSION(major, minor, patch) \ (100UL * (100UL * (major) + (minor)) + (patch)) -#cmakedefine SIMGRID_VERSION_MAJOR @SIMGRID_VERSION_MAJOR@ -#cmakedefine SIMGRID_VERSION_MINOR @SIMGRID_VERSION_MINOR@ -#cmakedefine SIMGRID_VERSION_PATCH @SIMGRID_VERSION_PATCH@ +#define SIMGRID_VERSION_MAJOR @SIMGRID_VERSION_MAJOR@ +#define SIMGRID_VERSION_MINOR @SIMGRID_VERSION_MINOR@ +#define SIMGRID_VERSION_PATCH @SIMGRID_VERSION_PATCH@ #define SIMGRID_VERSION MAKE_SIMGRID_VERSION(SIMGRID_VERSION_MAJOR, \ SIMGRID_VERSION_MINOR, \