diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-31 15:54:48 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-31 15:54:48 +0000 |
commit | 4a8242b06d276dd1c477c9cfe1bf494c3200c4e9 (patch) | |
tree | 4c0a588ce6c27327c4cfa171f841c4a6db0a402e | |
parent | 7ff72b1502f5a9fc5958785b76c8710f2875c1a0 (diff) | |
download | fetchmail-4a8242b06d276dd1c477c9cfe1bf494c3200c4e9.tar.gz fetchmail-4a8242b06d276dd1c477c9cfe1bf494c3200c4e9.tar.bz2 fetchmail-4a8242b06d276dd1c477c9cfe1bf494c3200c4e9.zip |
Version bump.
svn path=/trunk/; revision=458
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 8097c1b0..e5f49b84 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. VERS=1.9 -PL=6 +PL=7 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |