diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-01-10 22:30:34 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-01-10 22:30:34 +0000 |
commit | 46a0fc8557cf1c5b765c7c761d891aa6f021c159 (patch) | |
tree | 193898f0bcf0967f404da3b78641dc0d2805cf3f /fetchmailconf | |
parent | e0c8668d1c2fd55f51113907b4dd7432fe2a50c7 (diff) | |
download | fetchmail-46a0fc8557cf1c5b765c7c761d891aa6f021c159.tar.gz fetchmail-46a0fc8557cf1c5b765c7c761d891aa6f021c159.tar.bz2 fetchmail-46a0fc8557cf1c5b765c7c761d891aa6f021c159.zip |
Bump version number.
svn path=/trunk/; revision=2354
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf index dd9c6e9e..64269ed0 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.11" +version = "1.12" from Tkinter import * from Dialog import * |