Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Next version will be 3.1
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 30 May 2006 08:32:18 +0000 (08:32 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 30 May 2006 08:32:18 +0000 (08:32 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2328 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog
configure.ac
src/surf/surfxml_parse.c

index b64f12f..3aaddd3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-SimGrid (3.0.2) unstable; urgency=low
+SimGrid (3.1) unstable; urgency=low
 
   SURF:
   * complete rewrote of the KCCFLN05 workstation model. It is now an
 
   SURF:
   * complete rewrote of the KCCFLN05 workstation model. It is now an
index b639c57..c64d987 100644 (file)
@@ -4,7 +4,7 @@
 ##
 
 AC_PREREQ(2.59)
 ##
 
 AC_PREREQ(2.59)
-AC_INIT([simgrid],[3.0.2-cvs],[simgrid-devel@lists.gforge.inria.fr])
+AC_INIT([simgrid],[3.1-cvs],[simgrid-devel@lists.gforge.inria.fr])
 AC_CONFIG_SRCDIR([include/gras.h])
 AC_CONFIG_HEADERS([src/gras_config.h])
 # A CI_PREREQ(2003.01.16) # We need a recent ACI when having sub-modules
 AC_CONFIG_SRCDIR([include/gras.h])
 AC_CONFIG_HEADERS([src/gras_config.h])
 # A CI_PREREQ(2003.01.16) # We need a recent ACI when having sub-modules
index 1dcddf9..4ec4445 100644 (file)
@@ -89,15 +89,15 @@ void STag_surfxml_platform_description(void)
 
   xbt_assert0((version>=1.0),"******* BIG FAT WARNING *********\n "
              "You're using an old XML file. "
 
   xbt_assert0((version>=1.0),"******* BIG FAT WARNING *********\n "
              "You're using an old XML file. "
-             "Since SimGrid 3.0.2, units are Bytes, Flops, and seconds "
+             "Since SimGrid 3.1, units are Bytes, Flops, and seconds "
              "instead of MBytes, MFlops and seconds. "
              "instead of MBytes, MFlops and seconds. "
-             "A script (surfxml_update.pl )to help you convert your old "
+             "A script (surfxml_update.plto help you convert your old "
              "platform files "
              "is available in the contrib/platform_generation directory "
              "of the simgrid repository. Please check also out the "
              "platform files "
              "is available in the contrib/platform_generation directory "
              "of the simgrid repository. Please check also out the "
-             "SURF section of the ChangeLog for the 3.0.2 version. "
+             "SURF section of the ChangeLog for the 3.1 version. "
              "Last, do not forget to also update your values for "
              "Last, do not forget to also update your values for "
-             "the calls to MSG_task_create if any.");
+             "the calls to MSG_task_create (if any).");
 
   STag_surfxml_platform_description_fun();
 }
 
   STag_surfxml_platform_description_fun();
 }