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
This commit is contained in:
Joe Taylor 2005-12-27 15:57:46 +00:00
parent b71d7687c7
commit da64305920
1 changed files with 2 additions and 1 deletions

View File

@ -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')