From: alegrand Date: Thu, 25 Aug 2005 22:15:49 +0000 (+0000) Subject: I had forgotten to commit these files at release time... X-Git-Tag: v3.3~3693 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0dd18923bb1bb28d0c78c7d12a0adc06552a4788?ds=sidebyside I had forgotten to commit these files at release time... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1664 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index d5e9a4971b..9eb85c89d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,17 @@ -SimGrid (2.97) unstable; urgency=low +SimGrid (3.01) unstable; urgency=low + + * + + -- + +SimGrid (3.00) stable; urgency=low SURF: * New! Give the possibility to hijack the surf parser and thus bypass MSG_create_environment and MSG_launch_application. Have a look at examples/msg/msg_test_surfxml_bypassed.c to see how it can be done. - -- + -- Arnaud Legrand Sat, 20 Aug 2005 23:25:25 -0700 SimGrid (2.96) unstable; urgency=low diff --git a/configure.ac b/configure.ac index 4904c99662..1378f234a7 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ ## AC_PREREQ(2.59) -AC_INIT([simgrid],[2.97-cvs],[simgrid-devel@lists.gforge.inria.fr]) +AC_INIT([simgrid],[3.00],[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