aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-06-05 18:41:35 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-06-05 18:41:35 +0000
commitd61a289047ca0378002b5b601a7a556f43922679 (patch)
tree3c2490ca442003f35e1da2494338b15d7c0ebf13
parent911a739b33399d4c1cc0948947b8e21c997ccd82 (diff)
downloadfetchmail-d61a289047ca0378002b5b601a7a556f43922679.tar.gz
fetchmail-d61a289047ca0378002b5b601a7a556f43922679.tar.bz2
fetchmail-d61a289047ca0378002b5b601a7a556f43922679.zip
Added a version tag.
svn path=/trunk/; revision=1916
-rwxr-xr-xfetchmailconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf
index 028cd0da..2ba73689 100755
--- a/fetchmailconf
+++ b/fetchmailconf
@@ -14,6 +14,7 @@
#
# TO DO: Arrange for save and quit buttons to clean up all frames dependent
# on the current ones.
+version = "0.95 beta";
from Tkinter import *
from Dialog import *
@@ -1189,7 +1190,7 @@ class MainWindow(Frame):
self.master.iconname('fetchmail configurator main');
Pack.config(self)
Label(self,
- text='Configurator Main Window',
+ text='Fetchmailconf ' + version,
bd=2).pack(side=TOP, pady=10)
Message(self, text="""