diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-08-03 19:23:54 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-08-03 19:23:54 +0000 |
commit | d78f9c7b01c9311567e9a8ae604bf6db15da59e3 (patch) | |
tree | bdd469277fe04faab7f887175b6756788644f40a | |
parent | e248156915d70bed04dd21cf1aeae43554efce2d (diff) | |
download | fetchmail-d78f9c7b01c9311567e9a8ae604bf6db15da59e3.tar.gz fetchmail-d78f9c7b01c9311567e9a8ae604bf6db15da59e3.tar.bz2 fetchmail-d78f9c7b01c9311567e9a8ae604bf6db15da59e3.zip |
Version bump.
svn path=/trunk/; revision=2035
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index c16e9eae..0ffc5e9b 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.4 +VERS=4.5.5 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |