diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-06-11 18:27:32 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-06-11 18:27:32 +0000 |
commit | 4331eecc1c0a62da2246c4e365a5dbf3bf928099 (patch) | |
tree | 6dbf19cc9c21b161f8454a40ebc197237cfe23b4 | |
parent | 1db4207a5ffdc53bbc7cbaffe8d6f0b20bd9b030 (diff) | |
download | fetchmail-4331eecc1c0a62da2246c4e365a5dbf3bf928099.tar.gz fetchmail-4331eecc1c0a62da2246c4e365a5dbf3bf928099.tar.bz2 fetchmail-4331eecc1c0a62da2246c4e365a5dbf3bf928099.zip |
Ready to ship 4.0.
svn path=/trunk/; revision=1090
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0d5e1cbe..b0c9ff1c 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.7 +VERS=4.0.0 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |