diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-07 00:56:53 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-07 00:56:53 +0000 |
commit | aeff476140b41edd5860201f02e59e210d553b9f (patch) | |
tree | 11cc38c23da0a0dc242ca6b24281496493435172 /Makefile.in | |
parent | b3d6e03b3039b2a85eceaab83855db5ee859f665 (diff) | |
download | fetchmail-aeff476140b41edd5860201f02e59e210d553b9f.tar.gz fetchmail-aeff476140b41edd5860201f02e59e210d553b9f.tar.bz2 fetchmail-aeff476140b41edd5860201f02e59e210d553b9f.zip |
Version number bump.
svn path=/trunk/; revision=238
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index f087a5a2..6cb70778 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.5 +VERS=1.6 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |