aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2021-03-07 14:59:41 +0100
committerMatthias Andree <matthias.andree@gmx.de>2021-03-07 14:59:41 +0100
commit0f5942ee7990238dc6a1b3dc2297c3ebae810393 (patch)
treee6d09f4991d634bd768cc3f996aa05b66231e2df
parent59009144a22b41e1f67837ba2289a3c1f2d28e72 (diff)
downloadfetchmail-0f5942ee7990238dc6a1b3dc2297c3ebae810393.tar.gz
fetchmail-0f5942ee7990238dc6a1b3dc2297c3ebae810393.tar.bz2
fetchmail-0f5942ee7990238dc6a1b3dc2297c3ebae810393.zip
fetchmailconf.py: Bump version and copyright.
-rwxr-xr-xfetchmailconf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmailconf.py b/fetchmailconf.py
index 0690051e..0420f939 100755
--- a/fetchmailconf.py
+++ b/fetchmailconf.py
@@ -29,7 +29,7 @@ import subprocess
from tkinter import *
from tkinter.dialog import *
-VERSION = "1.63.2"
+VERSION = "1.63.3"
MIN_PY = (2, 7, 13)
if sys.version_info < MIN_PY:
@@ -2199,7 +2199,7 @@ Usage: fetchmailconf {[-d] [-f fetchmailrc]|-h|--help|-V|--version}
print("Running on python", sys.version)
print("""
Copyright (C) 1997 - 2003 Eric S. Raymond
-Copyright (C) 2005 - 2020 Matthias Andree
+Copyright (C) 2005 - 2021 Matthias Andree
fetchmailconf comes with ABSOLUTELY NO WARRANTY. This is free software, you are
welcome to redistribute it under certain conditions. Please see the file
COPYING in the source or documentation directory for details.""")