Mercurial > traipse_dev
diff orpg/orpg_version.py @ 23:551cd440acce traipse_dev
Final Dev build of the Day. Should reduce RAM usage more.
author | sirebral |
---|---|
date | Sat, 25 Jul 2009 21:05:18 -0500 |
parents | 88cea66228d6 |
children | c88a794d9a22 |
line wrap: on
line diff
--- a/orpg/orpg_version.py Sat Jul 25 20:36:12 2009 -0500 +++ b/orpg/orpg_version.py Sat Jul 25 21:05:18 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-03" +BUILD = "090725-04" # This version is for network capability. PROTOCOL_VERSION = "1.2"