From 8c212e3abb7f4343affeb5e9e1092b59d3b74075 Mon Sep 17 00:00:00 2001 From: Valerio Mariani Date: Tue, 6 May 2014 17:51:47 +0200 Subject: Added reporting of version number to all program and stream file --- libcrystfel/src/stream.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libcrystfel/src/stream.c') diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c index 4470d098..34c14573 100644 --- a/libcrystfel/src/stream.c +++ b/libcrystfel/src/stream.c @@ -42,6 +42,7 @@ #include #include +#include "version.h" #include "cell.h" #include "cell-utils.h" #include "utils.h" @@ -821,7 +822,7 @@ Stream *open_stream_fd_for_write(int fd) fprintf(st->fh, "CrystFEL stream format %i.%i\n", st->major_version, st->minor_version); - + fprintf(st->fh, "Generated by CrystFEL "CRYSTFEL_VERSIONSTRING"\n"); return st; } -- cgit v1.2.3