aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-08-24 17:22:15 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-08-24 17:22:15 +0000
commit50e8e4f84675b083592fcbe935cc5a04a75386c8 (patch)
tree7b46397de5e3c6f7e99a80c6620b1b3b3b525131 /fetchmail.c
parentedacc32d007ba8dd0cb61f0c3daea81622a8b350 (diff)
downloadfetchmail-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.c2
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 */