diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-07-04 02:46:22 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-07-04 02:46:22 +0000 |
commit | f6f4def1a28b6a3528e0391a5eccd9c403881765 (patch) | |
tree | a63db68a37185ce9f718e4e225b64ba6cb6dfbb4 /Makefile.in | |
parent | d3ce90c880ce40858ff90813738335c8d73dea8d (diff) | |
download | fetchmail-f6f4def1a28b6a3528e0391a5eccd9c403881765.tar.gz fetchmail-f6f4def1a28b6a3528e0391a5eccd9c403881765.tar.bz2 fetchmail-f6f4def1a28b6a3528e0391a5eccd9c403881765.zip |
Don't rely on snprintf.
svn path=/trunk/; revision=3393
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 046a3c80..d6875abc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.8.11 +VERSION = 5.9.0 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |