From d61a289047ca0378002b5b601a7a556f43922679 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 5 Jun 1998 18:41:35 +0000 Subject: Added a version tag. svn path=/trunk/; revision=1916 --- fetchmailconf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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=""" -- cgit v1.2.3