Mercurial > traipse_dev
diff orpg/orpg_version.py @ 41:6d18ee109e02 traipse_dev
Duplicates removed, refresh button still prints. Moving to Pull command
and Delete button.
author | sirebral |
---|---|
date | Wed, 05 Aug 2009 09:22:11 -0500 |
parents | 95db4430caed |
children | f00b02fbf511 |
line wrap: on
line diff
--- a/orpg/orpg_version.py Wed Aug 05 09:10:40 2009 -0500 +++ b/orpg/orpg_version.py Wed Aug 05 09:22:11 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 = "090805-04" +BUILD = "090805-05" # This version is for network capability. PROTOCOL_VERSION = "1.2"