diff orpg/orpg_version.py @ 82:2fa8bd6785a5 ornery-dev

TerminalWriter's colors are nice, but if no debug console is open it causes the software to look for one until a recursion error is created. Crash reports are sent to the debug console and a pop-up tells the user one has happened. Fix to chat window from SnowDog.
author sirebral
date Thu, 27 Aug 2009 00:51:22 -0500
parents 65c212e9a5b4
children f38df4bf9715
line wrap: on
line diff
--- a/orpg/orpg_version.py	Wed Aug 26 23:24:45 2009 -0500
+++ b/orpg/orpg_version.py	Thu Aug 27 00:51:22 2009 -0500
@@ -4,7 +4,7 @@
 #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed)
 DISTRO = "Traipse Dev"
 DIS_VER = "Ornery Orc"
-BUILD = "090826-00"
+BUILD = "090827-00"
 
 # This version is for network capability.
 PROTOCOL_VERSION = "1.2"