Mercurial > traipse_dev
diff orpg/orpg_version.py @ 26:65c5cb9be59c traipse_dev
This patch fixes the known issue with users not being able to set their name
in the settings menu. This version also cleans up the themes settings in
main.py and preps for Ornery Orc. Some cleaning was done with
orpg_settings.py also
author | sirebral |
---|---|
date | Fri, 31 Jul 2009 00:44:10 -0500 |
parents | 69149263026d |
children | a571772a45c7 |
line wrap: on
line diff
--- a/orpg/orpg_version.py Thu Jul 30 00:32:05 2009 -0500 +++ b/orpg/orpg_version.py Fri Jul 31 00:44:10 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 = "090730-00" +BUILD = "090731-00" # This version is for network capability. PROTOCOL_VERSION = "1.2"