From: alegrand Date: Thu, 27 Jan 2005 00:00:10 +0000 (+0000) Subject: changing the archive name X-Git-Tag: v3.3~4571 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9d9cf552f8bf9c4bf556f6e9f7495fc0e503bb45?ds=sidebyside changing the archive name SimGrid is the name of the project, GRAS, MSG, SURF, ... are codenames git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@779 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure.ac b/configure.ac index 6072edc5ea..333990f035 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,8 @@ AC_PREREQ(2.59) #We need a recent ACI ACI_PREREQ(2003.01.16) -AC_INIT([GRAS],[0.7],[martin.quinson@ens-lyon.fr]) +AC_INIT([simgrid],[2.90],[arnaud.legrand@imag.fr]) +#AC_INIT([GRAS],[0.7],[martin.quinson@ens-lyon.fr]) AC_CONFIG_SRCDIR([include/gras.h]) AC_CONFIG_HEADERS([src/gras_config.h])