From a66c562d42300fdb8e878b7fc7abc81dc6c03c3f Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Fri, 23 Jul 2010 18:40:04 +0200 Subject: [PATCH] - changed $ID$ SVN keyword to the correct one $Id$ --- mtest/mpi-config.h | 2 +- mtest/mpi.c | 2 +- mtest/mpi.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mtest/mpi-config.h b/mtest/mpi-config.h index f83a646..fc2a885 100644 --- a/mtest/mpi-config.h +++ b/mtest/mpi-config.h @@ -1,5 +1,5 @@ /* Default configuration for MPI library */ -/* $ID$ */ +/* $Id$ */ #ifndef MPI_CONFIG_H_ #define MPI_CONFIG_H_ diff --git a/mtest/mpi.c b/mtest/mpi.c index a4b382b..bc40bcf 100644 --- a/mtest/mpi.c +++ b/mtest/mpi.c @@ -6,7 +6,7 @@ Arbitrary precision integer arithmetic library - $ID$ + $Id$ */ #include "mpi.h" diff --git a/mtest/mpi.h b/mtest/mpi.h index d84435b..559f172 100644 --- a/mtest/mpi.h +++ b/mtest/mpi.h @@ -6,7 +6,7 @@ Arbitrary precision integer arithmetic library - $ID$ + $Id$ */ #ifndef _H_MPI_