diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-06-25 15:02:47 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-06-25 15:02:47 +0000 |
commit | c7a3b6c05205518a68914350dbf1fe53ae9c6cc5 (patch) | |
tree | dfb6990cf295b3f05980286e7b87b625f7c8a530 /Makefile.in | |
parent | 0bde2103000edb70a69d02e1f35f9b910dfb3178 (diff) | |
download | fetchmail-c7a3b6c05205518a68914350dbf1fe53ae9c6cc5.tar.gz fetchmail-c7a3b6c05205518a68914350dbf1fe53ae9c6cc5.tar.bz2 fetchmail-c7a3b6c05205518a68914350dbf1fe53ae9c6cc5.zip |
Ready to ship.
svn path=/trunk/; revision=1118
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 4e3568f0..7168d823 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=3.9.8 +VERS=3.9.9 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |