diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-08-07 02:06:39 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-08-07 02:06:39 +0000 |
commit | 4462c9556e050a22df53a5cafa7f900a9a9cd071 (patch) | |
tree | 1f57e5e54f43912dec4b728cc1080ec7def27c48 /fetchmail.c | |
parent | de5afa980961b42da96ac88d4a60b211d309c00a (diff) | |
download | fetchmail-4462c9556e050a22df53a5cafa7f900a9a9cd071.tar.gz fetchmail-4462c9556e050a22df53a5cafa7f900a9a9cd071.tar.bz2 fetchmail-4462c9556e050a22df53a5cafa7f900a9a9cd071.zip |
Bumped release number.
svn path=/trunk/; revision=48
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c index 0e4c19bf..d2556277 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -39,7 +39,7 @@ #include "popclient.h" /* release info */ -#define RELEASE_TAG "3.0b6" +#define RELEASE_TAG "3.03" #ifdef HAVE_PROTOTYPES /* prototypes for internal functions */ @@ -166,7 +166,7 @@ char **argv; fscanf(fp,"%d",&pid); fprintf(stderr,"popclient: killing popclient at PID %d\n",pid); if ( kill(pid,SIGKILL) < 0 ) - fprintf(stderr,"popclient: error killing the process %d\n.",pid); + fprintf(stderr,"popclient: error killing the process %d.\n",pid); else fprintf(stderr,"popclient: popclient at %d is dead.\n", pid); |