diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-18 20:25:15 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-18 20:25:15 +0000 |
commit | 576090c8a061f7e183616265d70a8208f73a6d76 (patch) | |
tree | ecd3658c90c460eae784c7798f86c06a9c5622e1 /Makefile.in | |
parent | e263587365ab0c400f27cd5885c74fd30471b16f (diff) | |
download | fetchmail-576090c8a061f7e183616265d70a8208f73a6d76.tar.gz fetchmail-576090c8a061f7e183616265d70a8208f73a6d76.tar.bz2 fetchmail-576090c8a061f7e183616265d70a8208f73a6d76.zip |
Version bump.
svn path=/trunk/; revision=1372
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 001473bf..5e2b22fd 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.2.2 +VERS=4.2.3 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |