Mercurial > traipse_dev
diff orpg/orpg_version.py @ 46:599f727e3833 traipse_dev
Getting ready to test!! Main functions seem to be working.
Auto Update or No Update pass the window, but Auto Update does not update yet.
.hgignore is now in the System folder, not myfiles.
author | sirebral |
---|---|
date | Wed, 05 Aug 2009 19:52:56 -0500 |
parents | 50e82d8090cf |
children | 52f6a38f8885 |
line wrap: on
line diff
--- a/orpg/orpg_version.py Wed Aug 05 18:56:43 2009 -0500 +++ b/orpg/orpg_version.py Wed Aug 05 19:52:56 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-08" +BUILD = "090805-09" # This version is for network capability. PROTOCOL_VERSION = "1.2"