From e4037ae4a120eec9e2b7a098760dab29e3a31e65 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 22 Jul 2004 03:30:51 +0000 Subject: [PATCH] Since I broke compatibility, bump to v0.2 instead git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@314 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- ChangeLog | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 355398d361..014dc75a6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ 2004-07-21 Martin Quinson - Version 0.1.2 + Version 0.2 - Some documentation cleanups - remove the useless last argument of msgtype_declare - rename the Virtu functions to fit into the 'os' namespace diff --git a/configure.ac b/configure.ac index 0bb0ee3470..67020d0acc 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) #We need a recent ACI ACI_PREREQ(2003.01.16) -AC_INIT([GRAS],[0.1.2],[martin.quinson@ens-lyon.fr]) +AC_INIT([GRAS],[0.2],[martin.quinson@ens-lyon.fr]) AC_CONFIG_SRCDIR([src/include/gras.h]) AC_CONFIG_HEADERS([src/gras_config.h]) -- 2.20.1