diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-03 08:36:23 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-03 08:36:23 +0000 |
commit | 6699f0017efa50f4f5b10371ea93a039bf64e6fa (patch) | |
tree | 0b5264b1c9bc9daf04f26630cf37a105bb160643 | |
parent | 41c874eac272007fefac8d3a67aa63966ee17305 (diff) | |
download | fetchmail-6699f0017efa50f4f5b10371ea93a039bf64e6fa.tar.gz fetchmail-6699f0017efa50f4f5b10371ea93a039bf64e6fa.tar.bz2 fetchmail-6699f0017efa50f4f5b10371ea93a039bf64e6fa.zip |
Version bump.
svn path=/trunk/; revision=209
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 7c91811d..bfacd0db 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=1.4 +VERS=1.5 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |