X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/30d088f255192e7dde37bf961570af5b1c1db153..db176451b42c9d524f82e6bb9951447e098dd492:/include/simgrid_config.h.in diff --git a/include/simgrid_config.h.in b/include/simgrid_config.h.in index b9726b9c3d..f27c4ac75c 100644 --- a/include/simgrid_config.h.in +++ b/include/simgrid_config.h.in @@ -14,6 +14,8 @@ #define SIMGRID_VERSION_MAJOR @SIMGRID_VERSION_MAJOR@ #define SIMGRID_VERSION_MINOR @SIMGRID_VERSION_MINOR@ #define SIMGRID_VERSION_PATCH @SIMGRID_VERSION_PATCH@ +#define SIMGRID_GIT_VERSION "@GIT_VERSION@" +#define SIMGRID_INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@" SG_BEGIN_DECL() /** Retrieves the version numbers of the used dynamic library (so, DLL or dynlib), while @@ -21,7 +23,7 @@ SG_BEGIN_DECL() XBT_PUBLIC(void) sg_version_get(int *major,int *minor,int *patch); /** Display the version information and some additional blurb. */ -XBT_PUBLIC(void) sg_version(void); +XBT_PUBLIC(void) sg_version(); SG_END_DECL()