diff options
Diffstat (limited to 'src/gensvm_io.c')
| -rw-r--r-- | src/gensvm_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gensvm_io.c b/src/gensvm_io.c index 667bc5c..fb513dc 100644 --- a/src/gensvm_io.c +++ b/src/gensvm_io.c @@ -509,7 +509,7 @@ void gensvm_write_model(struct GenModel *model, char *output_filename) gensvm_time_string(timestr); // Write output to file - fprintf(fid, "Output file for GenSVM (version %1.1f)\n", VERSION); + fprintf(fid, "Output file for GenSVM (version %s)\n", VERSION_STRING); fprintf(fid, "Generated on: %s\n\n", timestr); fprintf(fid, "Model:\n"); fprintf(fid, "p = %15.16f\n", model->p); |
