diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-04-01 04:30:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-04-01 04:30:08 +0000 |
commit | ddef53c977e35c7a639295c34fc4f5855728ab90 (patch) | |
tree | 6e11ebefbc0aa3813445bcce33e2e7c5db866fab | |
parent | d3379342f934a71578a9064120ffb4d3f210759d (diff) | |
download | fetchmail-ddef53c977e35c7a639295c34fc4f5855728ab90.tar.gz fetchmail-ddef53c977e35c7a639295c34fc4f5855728ab90.tar.bz2 fetchmail-ddef53c977e35c7a639295c34fc4f5855728ab90.zip |
Version bump -- SpryNet support.
svn path=/trunk/; revision=2422
-rwxr-xr-x | fetchmailconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf index c004433d..2482d456 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -4,7 +4,7 @@ # by Eric S. Raymond, <esr@snark.thyrsus.com>. # Requires Python with Tkinter, and the following OS-dependent services: # posix, posixpath, socket -version = "1.14" +version = "1.15" from Tkinter import * from Dialog import * |