Mercurial > traipse_dev
diff orpg/orpg_version.py @ 27:a571772a45c7 traipse_dev
Minor house cleaning in the mplay_server_gui. Getting ready to push this
to stable.
author | sirebral |
---|---|
date | Fri, 31 Jul 2009 13:51:54 -0500 |
parents | 65c5cb9be59c |
children | 6ef4bb8ee8ca |
line wrap: on
line diff
--- a/orpg/orpg_version.py Fri Jul 31 00:44:10 2009 -0500 +++ b/orpg/orpg_version.py Fri Jul 31 13:51:54 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 = "090731-00" +BUILD = "090731-01" # This version is for network capability. PROTOCOL_VERSION = "1.2"