diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-02-02 05:29:48 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-02-02 05:29:48 +0000 |
commit | 3024ae71682868cd23c636f7f38aff173ae5452b (patch) | |
tree | a15b48e4bd78e9180b244bb4d81992ba52b17119 /Makefile.in | |
parent | 4f0728eb7de5b48de9a00715d2548fb55a8c911f (diff) | |
download | fetchmail-3024ae71682868cd23c636f7f38aff173ae5452b.tar.gz fetchmail-3024ae71682868cd23c636f7f38aff173ae5452b.tar.bz2 fetchmail-3024ae71682868cd23c636f7f38aff173ae5452b.zip |
GSSAPI and ODMR fixes.
svn path=/trunk/; revision=3575
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 fe0cd9af..cdc91945 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.9.6 +VERSION = 5.9.7 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |