diff options
| author | Gertjan van den Burg <burg@ese.eur.nl> | 2017-01-02 10:10:26 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <burg@ese.eur.nl> | 2017-01-02 10:10:26 +0100 |
| commit | 04bbfeee114140829271ff508f59993ed90f9086 (patch) | |
| tree | a14871ff6db141409d39a262df3eb3582d993e18 /src/GenSVMtraintest.c | |
| parent | always run coverage when making docs (diff) | |
| download | gensvm-04bbfeee114140829271ff508f59993ed90f9086.tar.gz gensvm-04bbfeee114140829271ff508f59993ed90f9086.zip | |
fix for string version
Diffstat (limited to 'src/GenSVMtraintest.c')
| -rw-r--r-- | src/GenSVMtraintest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GenSVMtraintest.c b/src/GenSVMtraintest.c index f768cd8..0da45ec 100644 --- a/src/GenSVMtraintest.c +++ b/src/GenSVMtraintest.c @@ -61,7 +61,7 @@ void parse_command_line(int argc, char **argv, struct GenModel *model, */ void exit_with_help(char **argv) { - printf("This is GenSVM, version %1.1f.\n", VERSION); + printf("This is GenSVM, version %s.\n", VERSION_STRING); printf("Copyright (C) 2016, G.J.J. van den Burg.\n"); printf("This program is free software, see the LICENSE file " "for details.\n\n"); |
