Mercurial > traipse_dev
diff orpg/orpg_version.py @ 72:8bc955faf819 ornery-dev
Fixing a few mistakes from the last update. When Controls is finished I will be happy because users won't miss an file change due to these small updates.
author | sirebral |
---|---|
date | Thu, 20 Aug 2009 03:45:45 -0500 |
parents | 449a8900f9ac |
children | 7b752c9d0c28 |
line wrap: on
line diff
--- a/orpg/orpg_version.py Thu Aug 20 03:00:39 2009 -0500 +++ b/orpg/orpg_version.py Thu Aug 20 03:45:45 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 = "090820" +BUILD = "090820-01" # This version is for network capability. PROTOCOL_VERSION = "1.2"