aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-28 04:29:40 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-28 04:29:40 +0000
commitdfc16e8a8fb8e2328d6391331fd2f6d58f2b92fb (patch)
tree1850f169a01a2856ef65a63ffc87ca9e14483ba8 /fetchmail.c
parentb48db48b0571aa8d79de05a2c91683aab9bc38b4 (diff)
downloadfetchmail-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.c2
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)