Mercurial > traipse_dev
diff orpg/orpg_version.py @ 71:449a8900f9ac ornery-dev
Code refining almost completed, for this round. Some included files are still in need of some clean up, but this is test worthy.
author | sirebral |
---|---|
date | Thu, 20 Aug 2009 03:00:39 -0500 |
parents | 52a5fa913008 |
children | 8bc955faf819 |
line wrap: on
line diff
--- a/orpg/orpg_version.py Tue Aug 18 20:48:36 2009 -0500 +++ b/orpg/orpg_version.py Thu Aug 20 03:00:39 2009 -0500 @@ -4,7 +4,7 @@ #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed) DISTRO = "Traipse Dev" DIS_VER = "Ornery Orc" -BUILD = "090818-04" +BUILD = "090820" # This version is for network capability. PROTOCOL_VERSION = "1.2"