From 04bbfeee114140829271ff508f59993ed90f9086 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 2 Jan 2017 10:10:26 +0100 Subject: fix for string version --- src/GenSVMgrid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GenSVMgrid.c') diff --git a/src/GenSVMgrid.c b/src/GenSVMgrid.c index 6f5843d..3907272 100644 --- a/src/GenSVMgrid.c +++ b/src/GenSVMgrid.c @@ -68,7 +68,7 @@ void read_grid_from_file(char *input_filename, struct GenGrid *grid); */ 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"); -- cgit v1.2.3