summaryrefslogtreecommitdiff
path: root/src/IO
diff options
context:
space:
mode:
Diffstat (limited to 'src/IO')
-rw-r--r--src/IO/IOMethods.c2
-rw-r--r--src/IO/OverloadIO.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/IO/IOMethods.c b/src/IO/IOMethods.c
index 1d3b9006..1198149a 100644
--- a/src/IO/IOMethods.c
+++ b/src/IO/IOMethods.c
@@ -22,6 +22,8 @@
static char *rcsid = "$Header$";
+CCTK_FILEVERSION (IO_IOMethods_c);
+
/* Local data holding info on IO methods.*/
static cHandledData *IOMethods = NULL;
static int num_methods = 0;
diff --git a/src/IO/OverloadIO.c b/src/IO/OverloadIO.c
index b5a12500..233417c1 100644
--- a/src/IO/OverloadIO.c
+++ b/src/IO/OverloadIO.c
@@ -19,6 +19,8 @@
static char *rcsid="$Header$";
+CCTK_FILEVERSION (IO_OverloadIO_c);
+
/* Define the prototypes for the dummy functions. */
#define OVERLOADABLE(name) OVERLOADABLE_DUMMYPROTOTYPE(name)