diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-06-05 18:41:35 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-06-05 18:41:35 +0000 |
commit | d61a289047ca0378002b5b601a7a556f43922679 (patch) | |
tree | 3c2490ca442003f35e1da2494338b15d7c0ebf13 | |
parent | 911a739b33399d4c1cc0948947b8e21c997ccd82 (diff) | |
download | fetchmail-d61a289047ca0378002b5b601a7a556f43922679.tar.gz fetchmail-d61a289047ca0378002b5b601a7a556f43922679.tar.bz2 fetchmail-d61a289047ca0378002b5b601a7a556f43922679.zip |
Added a version tag.
svn path=/trunk/; revision=1916
-rwxr-xr-x | fetchmailconf | 3 |
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=""" |