diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-11-30 18:03:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-11-30 18:03:51 +0000 |
commit | a6d47514f633deb1b0035af83fd454ea0b642bb8 (patch) | |
tree | f88bc0d1d7edc5590057b54240cda96bd7e8915f /driver.c | |
parent | 206f35d175d7395d2cdabc060ab1b274fe9018d3 (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |