diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2003-01-14 13:11:50 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2003-01-14 13:11:50 +0000 |
commit | a200362c0b5e238b3327868261119982dfe28b41 (patch) | |
tree | 4d056b756a2691c5b437a59384ccfd02f7aa3f6b | |
parent | 06bc502cded9d893673218c58520c99b74dd2d4d (diff) | |
download | fetchmail-a200362c0b5e238b3327868261119982dfe28b41.tar.gz fetchmail-a200362c0b5e238b3327868261119982dfe28b41.tar.bz2 fetchmail-a200362c0b5e238b3327868261119982dfe28b41.zip |
Version bump.
svn path=/trunk/; revision=3781
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 73252e07..09627ceb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 6.2.0 +VERSION = 6.2.1 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |