diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-06-04 11:44:27 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-06-04 11:44:27 +0000 |
commit | 3f0b9dd940adb3dce9bd2f8d939bb3325d2cbb0e (patch) | |
tree | d3ff012a3bc843884231c67792ede16ed5e23076 /Makefile.in | |
parent | 7ce16230e78e39d755acc3ce15d523ac54f617d9 (diff) | |
download | fetchmail-3f0b9dd940adb3dce9bd2f8d939bb3325d2cbb0e.tar.gz fetchmail-3f0b9dd940adb3dce9bd2f8d939bb3325d2cbb0e.tar.bz2 fetchmail-3f0b9dd940adb3dce9bd2f8d939bb3325d2cbb0e.zip |
Bump version number down.
svn path=/trunk/; revision=3624
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 e479b9ae..249785ad 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.8.12 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |