summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/IO/FortranBindingsIO.c4
-rw-r--r--src/datestamp.c2
-rw-r--r--src/main/ScheduleInterface.c2
3 files changed, 7 insertions, 1 deletions
diff --git a/src/IO/FortranBindingsIO.c b/src/IO/FortranBindingsIO.c
index 1fe6aae7..5002308f 100644
--- a/src/IO/FortranBindingsIO.c
+++ b/src/IO/FortranBindingsIO.c
@@ -13,6 +13,10 @@
#include "cctk_IO.h"
#include "cctk_IOMethods.h"
+static char *rcsid = "$Header$";
+
+CCTK_FILEVERSION(IO_FortranBindingsIO_c)
+
void CCTK_FCALL CCTK_FNAME(CCTK_OutputGH)
(int *istat,cGH *GH)
{
diff --git a/src/datestamp.c b/src/datestamp.c
index 40a215bb..f32cd089 100644
--- a/src/datestamp.c
+++ b/src/datestamp.c
@@ -15,6 +15,8 @@
static char *rcsid = "$Header$";
+CCTK_FILEVERSION(datestamp_c)
+
const char *CCTKi_version_src_datestamp_c(void);
const char *CCTKi_version_src_datestamp_c(void) { return rcsid; }
diff --git a/src/main/ScheduleInterface.c b/src/main/ScheduleInterface.c
index 51b90ce8..223d6d31 100644
--- a/src/main/ScheduleInterface.c
+++ b/src/main/ScheduleInterface.c
@@ -34,7 +34,7 @@
static char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_ScheduleImplementation_c)
+CCTK_FILEVERSION(main_ScheduleInterface_c)
/********************************************************************