diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-06-22 21:05:57 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-06-22 21:05:57 +0000 |
commit | 3a8d7cb928c1e564fb031a0402103573f70c73b4 (patch) | |
tree | 39ef481cf5751dd356b1fc2ba9598b43ab9cb268 | |
parent | 915b941729895fe4f6f71528564606eeb1d13a8f (diff) | |
download | fetchmail-3a8d7cb928c1e564fb031a0402103573f70c73b4.tar.gz fetchmail-3a8d7cb928c1e564fb031a0402103573f70c73b4.tar.bz2 fetchmail-3a8d7cb928c1e564fb031a0402103573f70c73b4.zip |
Back off releasing 6.0.0.
svn path=/trunk/; revision=3652
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 19e6b35d..a334a548 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 6.0.0 +VERSION = 5.9.13 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |