From 4f2b57e6c010bf43dfac730d70f98cbc8e9d1f45 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 13 Jul 2004 20:51:47 +0000 Subject: [PATCH] Version 0.1 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@282 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- ChangeLog | 6 ++++++ NEWS | 6 ++++-- configure.ac | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1a3a27e05c..ac58b0eb2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-07-13 Martin Quinson + version 0.1 + - No major issue in previous version => change versionning schema + - Re-enable little64 convertion test now that Abdou kindly regenerated the + corresponding dataset. + 2004-07-11 Martin Quinson version 0.0.4 - Get it working with any kind of structure (we can compute the padding diff --git a/NEWS b/NEWS index dde6cfdb9f..313eb40b11 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ -This is a shortened version of the changelog, to let users decide to upgrade -or not. +This is a shortened version of the changelog. + +0.1 (2004-07-13) + - No major issue discovered, time to change the versionning schema 0.0.4 (2004-07-11) - compute the inter-field paddings of structure correctly diff --git a/configure.ac b/configure.ac index 1e1a5f9ef4..0fa95e83bb 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ #We need a recent ACI ACI_PREREQ(2003.01.16) -AC_INIT([GRAS],[0.0.4],[martin.quinson@ens-lyon.fr]) +AC_INIT([GRAS],[0.1],[martin.quinson@ens-lyon.fr]) AC_CONFIG_SRCDIR([src/include/gras.h]) -- 2.20.1