diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-08-24 17:22:15 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-08-24 17:22:15 +0000 |
commit | 50e8e4f84675b083592fcbe935cc5a04a75386c8 (patch) | |
tree | 7b46397de5e3c6f7e99a80c6620b1b3b3b525131 /fetchmail.c | |
parent | edacc32d007ba8dd0cb61f0c3daea81622a8b350 (diff) | |
download | fetchmail-50e8e4f84675b083592fcbe935cc5a04a75386c8.tar.gz fetchmail-50e8e4f84675b083592fcbe935cc5a04a75386c8.tar.bz2 fetchmail-50e8e4f84675b083592fcbe935cc5a04a75386c8.zip |
Fix the illegal-terminal problem.
svn path=/trunk/; revision=62
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 8ed8f67b..99a81e68 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -39,7 +39,7 @@ #include "popclient.h" /* release info */ -#define RELEASE_TAG "3.05" +#define RELEASE_TAG "3.1" #ifdef HAVE_PROTOTYPES /* prototypes for internal functions */ |