X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f3b7e5f4b4d7c87ee3e8827313ec966ea8fc8387..d9275f747ba3c37e33a3f301dc70dbbb7e9bae38:/include/simgrid/config.h.in diff --git a/include/simgrid/config.h.in b/include/simgrid/config.h.in index b0252b0ab0..3d4aa549a8 100644 --- a/include/simgrid/config.h.in +++ b/include/simgrid/config.h.in @@ -1,6 +1,6 @@ /* simgrid/config.h - Results of the configure made visible to user code. */ -/* Copyright (c) 2009-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2009-2021. 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. */ @@ -21,5 +21,5 @@ #cmakedefine01 SIMGRID_HAVE_MC /* Was the ns-3 support compiled in? */ #cmakedefine01 SIMGRID_HAVE_NS3 - +#cmakedefine NS3_MINOR_VERSION @NS3_MINOR_VERSION@ #endif /* SIMGRID_PUBLIC_CONFIG_H */