diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-04-19 21:51:13 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-04-19 21:51:13 +0000 |
commit | 1be9f3d9ecc69b8d8b3a272e5368e8a473d2e0a0 (patch) | |
tree | 2cbc5a8751b78f93b85c9a0f94096d8292c3c89a | |
parent | 42396c2c24f6b2b7e351e9a9c7065fa27dc545ce (diff) | |
download | fetchmail-1be9f3d9ecc69b8d8b3a272e5368e8a473d2e0a0.tar.gz fetchmail-1be9f3d9ecc69b8d8b3a272e5368e8a473d2e0a0.tar.bz2 fetchmail-1be9f3d9ecc69b8d8b3a272e5368e8a473d2e0a0.zip |
Ready to ship.
svn path=/trunk/; revision=1748
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 672e3d87..df406e36 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.4.2 +VERS=4.4.3 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |