CVS: tmda/TMDA ChangeLog,1.269,1.270 Version.py,1.87,1.88
"Jason R. Mastaler" <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda/TMDA In directory sc8-pr-cvs1:/tmp/cvs-serv24846/TMDA Modified Files: ChangeLog Version.py Log Message: Add CODENAME to ALL Index: ChangeLog =================================================================== RCS file: /cvsroot/tmda/tmda/TMDA/ChangeLog,v retrieving revision 1.269 retrieving revision 1.270 diff -u -r1.269 -r1.270 --- ChangeLog 29 Apr 2003 20:25:58 -0000 1.269 +++ ChangeLog 22 May 2003 21:06:34 -0000 1.270 @@ -1,3 +1,7 @@ +2003-05-22 Jason R. Mastaler <[email protected]> + + * Version.py (ALL): Add CODENAME. + 2003-04-29 Jason R. Mastaler <[email protected]> * Pending.py (Queue.cleanQueue): New method for pending queue Index: Version.py =================================================================== RCS file: /cvsroot/tmda/tmda/TMDA/Version.py,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- Version.py 21 May 2003 18:52:31 -0000 1.87 +++ Version.py 22 May 2003 21:06:35 -0000 1.88 @@ -42,5 +42,5 @@ PLATFORM = sys.platform # Summary of all the version identifiers -# e.g, TMDA/0.52 (Python 2.2.1 on osf1-V5.1-alpha) -ALL = "TMDA/%s (Python %s on %s)" % (TMDA, PYTHON, PLATFORM) +# e.g, TMDA/0.78+ "Dark Star" (Python/2.3b1+ on darwin-6.6-Power_Macintosh) +ALL = 'TMDA/%s "%s" (Python/%s on %s)' % (TMDA, CODENAME, PYTHON, PLATFORM) _______________________________________ tmda-cvs mailing list http://tmda.net/lists/listinfo/tmda-cvs