diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-06 23:57:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-06 23:57:25 +0000 |
commit | 2a013279fd9f1ebffcfa65163a8a9d4c223d87d6 (patch) | |
tree | 981f3ccd172d8ebd6344f6023cfa10aa66019e7a /Makefile.in | |
parent | 27533f3b4ef7b02b527991b8e733d5b5ba4cb836 (diff) | |
download | fetchmail-2a013279fd9f1ebffcfa65163a8a9d4c223d87d6.tar.gz fetchmail-2a013279fd9f1ebffcfa65163a8a9d4c223d87d6.tar.bz2 fetchmail-2a013279fd9f1ebffcfa65163a8a9d4c223d87d6.zip |
Version bump.
svn path=/trunk/; revision=610
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 238b7989..0db6c62f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,8 +3,8 @@ # If you're running QNX, we can't assume a working autoconf. # So just uncomment all the lines marked QNX. -VERS=2.1 -PL=2 +VERS=2.2 +PL=0 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |