aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/options.c b/options.c
index 17da5f36..6704fc8d 100644
--- a/options.c
+++ b/options.c
@@ -11,7 +11,6 @@
#include "lib.h"
#include "machine.h"
#include "target.h"
-#include "version.h"
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
@@ -974,7 +973,7 @@ static char **handle_os(char *arg, char **next)
static char **handle_version(char *arg, char **next)
{
- printf("%s\n", SPARSE_VERSION);
+ printf("%s\n", sparse_version);
exit(0);
}