From 0f5942ee7990238dc6a1b3dc2297c3ebae810393 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 7 Mar 2021 14:59:41 +0100 Subject: fetchmailconf.py: Bump version and copyright. --- fetchmailconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmailconf.py') 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.""") -- cgit v1.2.3