From dfc16e8a8fb8e2328d6391331fd2f6d58f2b92fb Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 28 Oct 1996 04:29:40 +0000 Subject: Patchlevel machinery. svn path=/trunk/; revision=405 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') 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) -- cgit v1.2.3