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 /Makefile.in | |
parent | ec6978ac65a656a3f943b4a0d34828727b9ad3a0 (diff) | |
download | fetchmail-a049ebb01fcad1132196b992b4e37b207a9b64d0.tar.gz fetchmail-a049ebb01fcad1132196b992b4e37b207a9b64d0.tar.bz2 fetchmail-a049ebb01fcad1132196b992b4e37b207a9b64d0.zip |
Correct version number.
svn path=/trunk/; revision=3632
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 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@ |