diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-28 04:29:40 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-28 04:29:40 +0000 |
commit | dfc16e8a8fb8e2328d6391331fd2f6d58f2b92fb (patch) | |
tree | 1850f169a01a2856ef65a63ffc87ca9e14483ba8 /fetchmail.c | |
parent | b48db48b0571aa8d79de05a2c91683aab9bc38b4 (diff) | |
download | fetchmail-dfc16e8a8fb8e2328d6391331fd2f6d58f2b92fb.tar.gz fetchmail-dfc16e8a8fb8e2328d6391331fd2f6d58f2b92fb.tar.bz2 fetchmail-dfc16e8a8fb8e2328d6391331fd2f6d58f2b92fb.zip |
Patchlevel machinery.
svn path=/trunk/; revision=405
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) |