- changed $ID$ SVN keyword to the correct one $Id$
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
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_