Mercurial > traipse_dev
diff orpg/orpg_version.py @ 45:50e82d8090cf traipse_dev
A few more commits. This gets Manifest working, Refresh should be working on
Windows platforms now.
author | sirebral |
---|---|
date | Wed, 05 Aug 2009 18:56:43 -0500 |
parents | 15a76be834dc |
children | 599f727e3833 |
line wrap: on
line diff
--- a/orpg/orpg_version.py Wed Aug 05 15:15:09 2009 -0500 +++ b/orpg/orpg_version.py Wed Aug 05 18:56:43 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-07" +BUILD = "090805-08" # This version is for network capability. PROTOCOL_VERSION = "1.2"