diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-14 20:38:58 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-14 20:38:58 +0000 |
commit | ec203cfe5a899de5233aeec5bc668ea1f0c1ffa1 (patch) | |
tree | 65115563332cf29649dd77a37103c0b07c512e4b /Makefile.in | |
parent | 989b39b7a0911ee75ee6f50eed80eefaa75c1b72 (diff) | |
download | fetchmail-ec203cfe5a899de5233aeec5bc668ea1f0c1ffa1.tar.gz fetchmail-ec203cfe5a899de5233aeec5bc668ea1f0c1ffa1.tar.bz2 fetchmail-ec203cfe5a899de5233aeec5bc668ea1f0c1ffa1.zip |
Works with M$ Exchange now.
svn path=/trunk/; revision=1341
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 2818eb3d..6018e8df 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,7 +3,7 @@ # If you're running QNX, we can't assume a working autoconf. # So just uncomment all the lines marked QNX. -VERS=4.1.8 +VERS=4.2 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |