diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-08-27 17:16:18 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-08-27 17:16:18 +0000 |
commit | f409ced259a310e151cc1c6dcb60021f7c644b33 (patch) | |
tree | d21917f9ddb12ad9cf8424155b526e99c8a3b4d2 | |
parent | 6a145dfedf241d85fb9f1234d760e1f8d6b1e157 (diff) | |
download | fetchmail-f409ced259a310e151cc1c6dcb60021f7c644b33.tar.gz fetchmail-f409ced259a310e151cc1c6dcb60021f7c644b33.tar.bz2 fetchmail-f409ced259a310e151cc1c6dcb60021f7c644b33.zip |
Version bump.
svn path=/trunk/; revision=2062
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 908d53ab..f4287368 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.6 +VERS=4.5.7 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |