From: mquinson Date: Thu, 22 Mar 2007 00:18:04 +0000 (+0000) Subject: Let's go for the next release X-Git-Tag: v3.3~2031 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/86991b943e9e2b413d2dff3b95824a01d031d317 Let's go for the next release git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3329 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index cdef7488af..9e37d5f9a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +SimGrid (3.3-cvs) unstable; urgency=low + + (nothing yet) + + -- + SimGrid (3.2) unstable; urgency=low OVERALL CHANGES: diff --git a/configure b/configure index 0a487740ae..015d9de671 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.ac Revision: 1.147 . +# From configure.ac Revision: 1.148 . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for simgrid 3.2. +# Generated by GNU Autoconf 2.59 for simgrid 3.3-cvs. # # Report bugs to . # @@ -424,8 +424,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='simgrid' PACKAGE_TARNAME='simgrid' -PACKAGE_VERSION='3.2' -PACKAGE_STRING='simgrid 3.2' +PACKAGE_VERSION='3.3-cvs' +PACKAGE_STRING='simgrid 3.3-cvs' PACKAGE_BUGREPORT='simgrid-devel@lists.gforge.inria.fr' ac_unique_file="include/gras.h" @@ -955,7 +955,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures simgrid 3.2 to adapt to many kinds of systems. +\`configure' configures simgrid 3.3-cvs to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1022,7 +1022,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of simgrid 3.2:";; + short | recursive ) echo "Configuration of simgrid 3.3-cvs:";; esac cat <<\_ACEOF @@ -1173,7 +1173,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -simgrid configure 3.2 +simgrid configure 3.3-cvs generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1187,7 +1187,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by simgrid $as_me 3.2, which was +It was created by simgrid $as_me 3.3-cvs, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1925,7 +1925,7 @@ fi # Define the identity of the package. PACKAGE='simgrid' - VERSION='3.2' + VERSION='3.3-cvs' cat >>confdefs.h <<_ACEOF @@ -26161,7 +26161,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by simgrid $as_me 3.2, which was +This file was extended by simgrid $as_me 3.3-cvs, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -26224,7 +26224,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -simgrid config.status 3.2 +simgrid config.status 3.3-cvs configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 12286266c7..2891230cd2 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ ## AC_PREREQ(2.59) -AC_INIT([simgrid],[3.2],[simgrid-devel@lists.gforge.inria.fr]) +AC_INIT([simgrid],[3.3-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