Mercurial > traipse_dev
diff orpg/orpg_version.py @ 58:27e58b0483e7 traipse_dev
Fixed major bug that caused an error to spit out in Windows platforms.
Added /tmp/tmp.txt placeholder to ensure the /tmp/ folder is there.
removed more print statements.
author | sirebral |
---|---|
date | Sat, 08 Aug 2009 00:25:33 -0500 |
parents | 9014d7861bb3 |
children | 5aff3ef1ae46 |
line wrap: on
line diff
--- a/orpg/orpg_version.py Fri Aug 07 23:21:37 2009 -0500 +++ b/orpg/orpg_version.py Sat Aug 08 00:25:33 2009 -0500 @@ -4,7 +4,7 @@ #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed) DISTRO = "Traipse Dev" DIS_VER = "Grumpy Goblin" -BUILD = "090807-01" +BUILD = "090807-02" # This version is for network capability. PROTOCOL_VERSION = "1.2"