diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-28 21:00:44 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-28 21:00:44 +0000 |
commit | 07456fdffe3c4d10016b7f33b9c23666bb8e6b8c (patch) | |
tree | 5ed427d0bd4b352753b216064982379b3311ba56 /Makefile.in | |
parent | 38d13c350ef8e082435fccacfb0f7749be3a15a1 (diff) | |
download | fetchmail-07456fdffe3c4d10016b7f33b9c23666bb8e6b8c.tar.gz fetchmail-07456fdffe3c4d10016b7f33b9c23666bb8e6b8c.tar.bz2 fetchmail-07456fdffe3c4d10016b7f33b9c23666bb8e6b8c.zip |
Version bump.
svn path=/trunk/; revision=1432
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 0ebbba04..0c247ba8 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.2.7 +VERS=4.2.8 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |