diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-02-02 06:52:28 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-02-02 06:52:28 +0000 |
commit | 945a2b9e9135a2c94bcb2d0a033c5d1a0ef6b57f (patch) | |
tree | 29ed34515f7636b47f5abae2ada281912f9d80e3 /Makefile.in | |
parent | fe14d82871ca2e15d206621578a97c5739607642 (diff) | |
download | fetchmail-945a2b9e9135a2c94bcb2d0a033c5d1a0ef6b57f.tar.gz fetchmail-945a2b9e9135a2c94bcb2d0a033c5d1a0ef6b57f.tar.bz2 fetchmail-945a2b9e9135a2c94bcb2d0a033c5d1a0ef6b57f.zip |
This finishes off 3.3.
svn path=/trunk/; revision=853
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 c2bf4838..8bfb1e77 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.2 +VERS=3.3 PL=0 # Ultrix 2.2 make doesn't expand the value of VPATH. |