diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-10-08 15:09:59 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-10-08 15:09:59 +0000 |
commit | 864b7ce05bf9f12f95d5c74d481bb9ece4f10f28 (patch) | |
tree | 3e045686d6b757b4b19cd14318b91e82f65bedec | |
parent | 0fc8ec688bbbf6c5256d00ca233a9bfb3a7f2a56 (diff) | |
download | fetchmail-864b7ce05bf9f12f95d5c74d481bb9ece4f10f28.tar.gz fetchmail-864b7ce05bf9f12f95d5c74d481bb9ece4f10f28.tar.bz2 fetchmail-864b7ce05bf9f12f95d5c74d481bb9ece4f10f28.zip |
Version bump.
svn path=/trunk/; revision=2079
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index fee6fa9b..ec92167e 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.0 +VERS=4.6.1 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |