CVS: tmda-cgi CgiVersion.py,1.3,1.4
Gre7g Luterman <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda-cgi
In directory sc8-pr-cvs1:/tmp/cvs-serv32148
Modified Files:
CgiVersion.py
Log Message:
Added a "B" into the version to indicate "Beta".
Added the codename into the All string as TMDA does.
Index: CgiVersion.py
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/CgiVersion.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- CgiVersion.py 21 May 2003 20:42:52 -0000 1.3
+++ CgiVersion.py 22 May 2003 21:22:40 -0000 1.4
@@ -25,7 +25,7 @@
from TMDA import Version
# tmda-cgi version
-tmda_cgi = "0.09+"
+tmda_cgi = "0.09B+"
# tmda-cgi version codename
Codename = "Fluorine"
@@ -44,8 +44,9 @@
Platform = sys.platform
# Summary of all the version identifiers
-# e.g, tmda-cgi/0.02 (Python 2.2.2 on linux-i686)
-All = "tmda-cgi/%s (Python %s on %s)" % (tmda_cgi, Python, Platform)
+# e.g, tmda-cgi/0.02 "Helium" (Python 2.2.2 on linux-i686)
+All = 'tmda-cgi/%s "%s" (Python %s on %s)' % \
+ (tmda_cgi, Codename, Python, Platform)
def Test():
"Validate TMDAReqVer."
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs