aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-06-04 18:59:12 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-06-04 18:59:12 +0000
commita049ebb01fcad1132196b992b4e37b207a9b64d0 (patch)
tree1a7474ceb44a0f9fcca59c1427eb84c852cc08a6
parentec6978ac65a656a3f943b4a0d34828727b9ad3a0 (diff)
downloadfetchmail-a049ebb01fcad1132196b992b4e37b207a9b64d0.tar.gz
fetchmail-a049ebb01fcad1132196b992b4e37b207a9b64d0.tar.bz2
fetchmail-a049ebb01fcad1132196b992b4e37b207a9b64d0.zip
Correct version number.
svn path=/trunk/; revision=3632
-rw-r--r--Makefile.in2
-rw-r--r--NEWS2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 249785ad..8a71a6da 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -4,7 +4,7 @@
# So just uncomment all the lines marked QNX.
PACKAGE = fetchmail
-VERSION = 5.8.12
+VERSION = 5.9.12
# Ultrix 2.2 make doesn't expand the value of VPATH.
srcdir = @srcdir@
diff --git a/NEWS b/NEWS
index 3e54ba2b..e7018507 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@
(The `lines' figures total .c, .h, .l, and .y files under version control.)
-fetchmail-5.8.12 (Tue Jun 4 14:57:47 EDT 2002), 21669 lines:
+fetchmail-5.9.12 (Tue Jun 4 14:57:47 EDT 2002), 21669 lines:
* Brian Grayson's patch enabling compilation under AIX 4.1.
* Federico G. Schwindt's patch to support BSD ELF systems.