aboutsummaryrefslogtreecommitdiff
path: root/src/spm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spm.c')
-rw-r--r--src/spm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spm.c b/src/spm.c
index 60ab3b6..58619fe 100644
--- a/src/spm.c
+++ b/src/spm.c
@@ -57,7 +57,7 @@ int main(int argc, char *argv[]) {
exit(0);
}
else if (strcmp(arg, "-V") == 0 || strcmp(arg, "--version") == 0) {
- printf("want version\n");
+ printf("%s\n", SPM_VERSION);
exit(0);
}
else if (strcmp(arg, "-v") == 0 || strcmp(arg, "--verbose") == 0) {