Mercurial > traipse_dev
changeset 16:4a73543b8b01 traipse_dev
Added recent build number.
author | sirebral |
---|---|
date | Tue, 21 Jul 2009 02:35:07 -0500 |
parents | cab94a90f9dc |
children | 83fb9a73a30f |
files | orpg/orpg_version.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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"