From f11b7e2b68cf873f304062d21d49419899093aec Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 6 Oct 2017 07:44:09 +0200 Subject: [PATCH 1/1] we will get ride of very soon --- src/surf/xml/surfxml_sax_cb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/xml/surfxml_sax_cb.cpp b/src/surf/xml/surfxml_sax_cb.cpp index 46fe64ba18..b7f147c737 100644 --- a/src/surf/xml/surfxml_sax_cb.cpp +++ b/src/surf/xml/surfxml_sax_cb.cpp @@ -391,7 +391,7 @@ static std::vector surf_parsed_filename_stack; void STag_surfxml_include() { - XBT_ERROR(" tag is deprecated, and will be removed in SimGrid v3.19. Please stop using it now (or tell us why you need it)."); + XBT_ERROR(" tag is deprecated, and will be removed in SimGrid v3.18. Please stop using it now (or tell us why you need it)."); parse_after_config(); XBT_DEBUG("STag_surfxml_include '%s'",A_surfxml_include_file); surf_parsed_filename_stack.push_back(surf_parsed_filename); // save old file name -- 2.20.1