CVS: tmda/TMDA Version.py,1.106,1.107
"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-serv1834/TMDA Modified Files: Version.py Log Message: bump versioning Index: Version.py =================================================================== RCS file: /cvsroot/tmda/tmda/TMDA/Version.py,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- Version.py 13 Oct 2003 20:45:34 -0000 1.106 +++ Version.py 13 Oct 2003 20:50:35 -0000 1.107 @@ -26,10 +26,10 @@ # TMDA version -TMDA = "0.87" +TMDA = "0.87+" # TMDA version codename -CODENAME = "Carry Back" +CODENAME = "Decidedly" # Python version PYTHON = sys.version.split()[0]