From: alegrand Date: Fri, 14 Jul 2006 09:09:37 +0000 (+0000) Subject: Setting up the 3.1.1 version. We have to fix portability issues. X-Git-Tag: v3.3~2785 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8c93f6448da98ea9b03fc5fb94a037f611e8c7da?ds=sidebyside Setting up the 3.1.1 version. We have to fix portability issues. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2574 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index 1558e0f997..2205423355 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +SimGrid (3.1.1) unstable; urgency=low + + * + + -- + SimGrid (3.1) unstable; urgency=low General: diff --git a/configure.ac b/configure.ac index 61e6bc2178..08611ed371 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ ## AC_PREREQ(2.59) -AC_INIT([simgrid],[3.1],[simgrid-devel@lists.gforge.inria.fr]) +AC_INIT([simgrid],[3.1.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