From da643059204d20b6272c3204026493809704f057 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 27 Dec 2005 15:57:46 +0000 Subject: [PATCH] Added keywords $Date$ and $Rev$ to wsjt.py. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/WSJT/trunk@20 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- wsjt.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wsjt.py b/wsjt.py index 848e76105..5928bf4ee 100644 --- a/wsjt.py +++ b/wsjt.py @@ -13,11 +13,12 @@ from palettes import colormapblue, colormapgray0, colormapHot, \ colormapAFMHot, colormapgray1, colormapLinrad, Colormap2Palette root = Tk() -Version="5.9.2 r17" +Version="5.9.2 $Rev$" print "******************************************************************" print "WSJT Version " + Version + ", by K1JT" isec=Audio.makedate_sub() print "Build date: " + time.asctime(time.gmtime(isec)) + " UTC" +print "$Date$" print "Run date: " + time.asctime(time.gmtime()) + " UTC" try: root.option_readfile('wsjtrc')