From 9edfe812e42d37c31b571ee972a32ae418bbc094 Mon Sep 17 00:00:00 2001 From: navarrop Date: Tue, 30 Nov 2010 09:25:32 +0000 Subject: [PATCH] Update platform version of required xml. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8735 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/surf/surfxml_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/surfxml_parse.c b/src/surf/surfxml_parse.c index d529599121..e73a76cf02 100644 --- a/src/surf/surfxml_parse.c +++ b/src/surf/surfxml_parse.c @@ -222,7 +222,7 @@ void STag_surfxml_platform(void) "SURF section of the ChangeLog for the 3.1 version. " "Last, do not forget to also update your values for " "the calls to MSG_task_create (if any)."); - xbt_assert0((version >= 2.0), "******* BIG FAT WARNING *********\n " + xbt_assert0((version >= 3.0), "******* BIG FAT WARNING *********\n " "You're using an old XML file. " "A script (surfxml_update.pl) to help you convert your old " "platform files " -- 2.20.1