diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-09-03 21:10:45 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-09-03 21:10:45 +0000 |
commit | ba1482c47fbbdb8a2bb81acdfce585f41f6e3866 (patch) | |
tree | d9c05c959cb7a7eb1e66e17fd93de1e346506812 | |
parent | 7600382a4c32dc66739a00243f610dc717b3f856 (diff) | |
download | fetchmail-ba1482c47fbbdb8a2bb81acdfce585f41f6e3866.tar.gz fetchmail-ba1482c47fbbdb8a2bb81acdfce585f41f6e3866.tar.bz2 fetchmail-ba1482c47fbbdb8a2bb81acdfce585f41f6e3866.zip |
Version bump.
svn path=/trunk/; revision=2067
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index f4287368..8d496d9f 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.5.7 +VERS=4.5.8 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |