diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2003-08-06 04:31:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2003-08-06 04:31:51 +0000 |
commit | cf5e8df95b1f0dcd4e576acce46c37e4be707df3 (patch) | |
tree | 0b0d514ac945990cad51f19d79048e412e9d8861 | |
parent | 2cec9def937bc3f3b08ca1afeb9cf80413d8e4b4 (diff) | |
download | fetchmail-cf5e8df95b1f0dcd4e576acce46c37e4be707df3.tar.gz fetchmail-cf5e8df95b1f0dcd4e576acce46c37e4be707df3.tar.bz2 fetchmail-cf5e8df95b1f0dcd4e576acce46c37e4be707df3.zip |
Version bump.
svn path=/trunk/; revision=3832
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index bfa033a0..999bd7a1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 6.2.3 +VERSION = 6.2.4 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |