X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/79affec61e2c9af35fc9d5c5f34c977dde041283..af75444cb236cd53e4406b393bd5add0e7aca5dc:/include/simgrid/version.h.in diff --git a/include/simgrid/version.h.in b/include/simgrid/version.h.in index e431481195..daa8e9cb03 100644 --- a/include/simgrid/version.h.in +++ b/include/simgrid/version.h.in @@ -1,6 +1,6 @@ /* src/simgrid/version.h - internal versioning info */ -/* Copyright (c) 2009-2019. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2009-2023. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -8,6 +8,8 @@ #ifndef SIMGRID_VERSION_H #define SIMGRID_VERSION_H +#include "xbt/base.h" + #define SIMGRID_GIT_VERSION "@GIT_VERSION@" /** Define the version numbers of the used header files. @@ -32,4 +34,4 @@ SG_END_DECL #define SIMGRID_VERSION_STRING "@SIMGRID_VERSION_STRING@" -#endif /* SIMGRID_PUBLIC_CONFIG_H */ +#endif /* SIMGRID_VERSION_H */