Commit a66c562d42300fdb8e878b7fc7abc81dc6c03c3f

Steffen Jaeckel 2010-07-23T18:40:04

- changed $ID$ SVN keyword to the correct one $Id$

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_