Mercurial > traipse_dev
diff orpg/orpg_version.py @ 6:668694b93f6c grumpy-goblin
Changed it to a try pass, in case the .pyc was not created. Updated Build Number.
author | sirebral |
---|---|
date | Wed, 15 Jul 2009 04:06:37 -0500 |
parents | 28ad6bd3ac71 |
children | 2b9e766f9dee |
line wrap: on
line diff
--- a/orpg/orpg_version.py Wed Jul 15 03:59:50 2009 -0500 +++ b/orpg/orpg_version.py Wed Jul 15 04:06:37 2009 -0500 @@ -4,7 +4,7 @@ #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed) DISTRO = "Traipse" DIS_VER = "Grumpy Goblin" -BUILD = "090714-01" +BUILD = "090715-02" # This version is for network capability. PROTOCOL_VERSION = "1.2"