Mercurial > traipse_dev
diff orpg/orpg_version.py @ 16:4a73543b8b01 traipse_dev
Added recent build number.
author | sirebral |
---|---|
date | Tue, 21 Jul 2009 02:35:07 -0500 |
parents | 0b8b7e3ed78d |
children | 83fb9a73a30f |
line wrap: on
line diff
--- a/orpg/orpg_version.py Tue Jul 21 02:34:21 2009 -0500 +++ b/orpg/orpg_version.py Tue Jul 21 02:35:07 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 = "090720-00" +BUILD = "090721-00" # This version is for network capability. PROTOCOL_VERSION = "1.2"