diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-06-04 18:59:12 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-06-04 18:59:12 +0000 |
commit | a049ebb01fcad1132196b992b4e37b207a9b64d0 (patch) | |
tree | 1a7474ceb44a0f9fcca59c1427eb84c852cc08a6 | |
parent | ec6978ac65a656a3f943b4a0d34828727b9ad3a0 (diff) | |
download | fetchmail-a049ebb01fcad1132196b992b4e37b207a9b64d0.tar.gz fetchmail-a049ebb01fcad1132196b992b4e37b207a9b64d0.tar.bz2 fetchmail-a049ebb01fcad1132196b992b4e37b207a9b64d0.zip |
Correct version number.
svn path=/trunk/; revision=3632
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 2 |
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@ @@ -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. |