diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-07-16 18:36:32 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-07-16 18:36:32 +0000 |
commit | 7b413aaa538cb43e69f954e2c7ee6a19951a48c8 (patch) | |
tree | 74ddea278ba3b85d40367b2e7694f79e982c9b1f /Makefile.in | |
parent | ea61cce40bc6edb215f4bfc98acba73dc711159e (diff) | |
download | fetchmail-7b413aaa538cb43e69f954e2c7ee6a19951a48c8.tar.gz fetchmail-7b413aaa538cb43e69f954e2c7ee6a19951a48c8.tar.bz2 fetchmail-7b413aaa538cb43e69f954e2c7ee6a19951a48c8.zip |
Ready to release 4.0.1.
svn path=/trunk/; revision=1171
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 0f6abfad..5445622f 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.0.0 +VERS=4.0.1 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |