Mercurial > traipse_dev
diff orpg/orpg_version.py @ 19:78407d627cba traipse_dev
Beginning of Code Clean-up. Some code untested, may break!
author | sirebral |
---|---|
date | Sat, 25 Jul 2009 17:24:40 -0500 |
parents | 67b900deb35c |
children | fdd70f11bc7e |
line wrap: on
line diff
--- a/orpg/orpg_version.py Tue Jul 21 05:34:16 2009 -0500 +++ b/orpg/orpg_version.py Sat Jul 25 17:24:40 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 = "090721-02" +BUILD = "090725-00" # This version is for network capability. PROTOCOL_VERSION = "1.2"