diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-09-09 14:19:06 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-09-09 14:19:06 +0000 |
commit | 9409104649b8f2f8e7636f97ba27e3a5c3044709 (patch) | |
tree | c09c844c4c911a643def81f12b1c7f8fd749b475 /Makefile.in | |
parent | 5b7b9e097827931dbde81d915338e7f661b9167b (diff) | |
download | fetchmail-9409104649b8f2f8e7636f97ba27e3a5c3044709.tar.gz fetchmail-9409104649b8f2f8e7636f97ba27e3a5c3044709.tar.bz2 fetchmail-9409104649b8f2f8e7636f97ba27e3a5c3044709.zip |
Bump version to 6.0.0.
svn path=/trunk/; revision=3710
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 e4ece08f..e7fffaa6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.9.14 +VERSION = 6.0.0 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |