aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-11-30 18:03:51 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-11-30 18:03:51 +0000
commita6d47514f633deb1b0035af83fd454ea0b642bb8 (patch)
treef88bc0d1d7edc5590057b54240cda96bd7e8915f /driver.c
parent206f35d175d7395d2cdabc060ab1b274fe9018d3 (diff)
downloadfetchmail-a6d47514f633deb1b0035af83fd454ea0b642bb8.tar.gz
fetchmail-a6d47514f633deb1b0035af83fd454ea0b642bb8.tar.bz2
fetchmail-a6d47514f633deb1b0035af83fd454ea0b642bb8.zip
Change in version computation.
svn path=/trunk/; revision=2241
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index a313de19..72065614 100644
--- a/driver.c
+++ b/driver.c
@@ -919,7 +919,7 @@ static int readheaders(int sock, long fetchlen, long reallen, struct query *ctl,
sprintf(buf, "\tby %s with %s (fetchmail-%s)\r\n",
fetchmailhost,
protocol->name,
- RELEASE_ID);
+ VERSION);
n = stuffline(ctl, buf);
if (n != -1)
{