Mercurial > traipse_dev
diff orpg/orpg_version.py @ 17:83fb9a73a30f traipse_dev
Forgot to have the logger spit out URL errors to the console.
author | sirebral |
---|---|
date | Tue, 21 Jul 2009 02:52:54 -0500 |
parents | 4a73543b8b01 |
children | 67b900deb35c |
line wrap: on
line diff
--- a/orpg/orpg_version.py Tue Jul 21 02:35:07 2009 -0500 +++ b/orpg/orpg_version.py Tue Jul 21 02:52:54 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 = "090721-00" +BUILD = "090721-01" # This version is for network capability. PROTOCOL_VERSION = "1.2"