Mercurial > traipse_dev
diff orpg/orpg_version.py @ 25:69149263026d traipse_dev
This patch fixes the problem that occurs when users attempt to change
their name with the settings menu. It also cleans a big chunk of
settings menu code out. This remains in Dev for testing.
author | sirebral |
---|---|
date | Thu, 30 Jul 2009 00:32:05 -0500 |
parents | c88a794d9a22 |
children | 65c5cb9be59c |
line wrap: on
line diff
--- a/orpg/orpg_version.py Sat Jul 25 21:08:48 2009 -0500 +++ b/orpg/orpg_version.py Thu Jul 30 00:32:05 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 = "090725-05" +BUILD = "090730-00" # This version is for network capability. PROTOCOL_VERSION = "1.2"