diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-11-27 18:50:01 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-11-27 18:50:01 +0000 |
commit | 19e6835907b5fbbd503780a2fb0c1ec55afb2ffa (patch) | |
tree | 3aa8c7a86ed0861a6191b48c8dec9abeb0982da5 /Makefile.in | |
parent | 585c2d261f1765eb87b399b3b093760d9bbd315e (diff) | |
download | fetchmail-19e6835907b5fbbd503780a2fb0c1ec55afb2ffa.tar.gz fetchmail-19e6835907b5fbbd503780a2fb0c1ec55afb2ffa.tar.bz2 fetchmail-19e6835907b5fbbd503780a2fb0c1ec55afb2ffa.zip |
Full integration of bouncemail facility.
svn path=/trunk/; revision=2217
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 415700d4..0494a0cb 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.6.7 +VERS=4.6.8 PACKAGE = @PACKAGE@ VERSION = @VERSION@ |