aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
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)
{