aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/ficsmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/ficsmain.c')
-rw-r--r--FICS/ficsmain.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/FICS/ficsmain.c b/FICS/ficsmain.c
index 13e98f9..05af5fd 100644
--- a/FICS/ficsmain.c
+++ b/FICS/ficsmain.c
@@ -146,6 +146,9 @@ GetArgs(int argc, char *argv[])
puts(legalNotice);
puts(legalNotice2);
exit(0);
+ case 'v':
+ printf("%s %s\n", VERS_NUM, COMP_DATE);
+ exit(0);
}
} else {
usage(argv[0]);