diff options
-rwxr-xr-x | fetchmailconf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmailconf.py b/fetchmailconf.py index d528341e..0690051e 100755 --- a/fetchmailconf.py +++ b/fetchmailconf.py @@ -2196,6 +2196,7 @@ Usage: fetchmailconf {[-d] [-f fetchmailrc]|-h|--help|-V|--version} sys.exit(0) elif switch == '-V' or switch == '--version': print("fetchmailconf %s" % VERSION) + print("Running on python", sys.version) print(""" Copyright (C) 1997 - 2003 Eric S. Raymond Copyright (C) 2005 - 2020 Matthias Andree |