diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 89b9d713..484a45e5 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -130,7 +130,7 @@ char **argv; exit(PS_SYNTAX); if (versioninfo) - printf("This is fetchmail release %s\n", RELEASE_ID); + printf("This is fetchmail release %s pl %s\n", RELEASE_ID, PATCHLEVEL); /* this builds the host list */ if (prc_parse_file(rcfile) != 0) |