comparison 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
comparison
equal deleted inserted replaced
81:65c212e9a5b4 82:2fa8bd6785a5
2 SERVER_MIN_CLIENT_VERSION = "1.7.1" 2 SERVER_MIN_CLIENT_VERSION = "1.7.1"
3 3
4 #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed) 4 #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed)
5 DISTRO = "Traipse Dev" 5 DISTRO = "Traipse Dev"
6 DIS_VER = "Ornery Orc" 6 DIS_VER = "Ornery Orc"
7 BUILD = "090826-00" 7 BUILD = "090827-00"
8 8
9 # This version is for network capability. 9 # This version is for network capability.
10 PROTOCOL_VERSION = "1.2" 10 PROTOCOL_VERSION = "1.2"
11 11
12 CLIENT_STRING = DISTRO + ' {' + BUILD + '}' 12 CLIENT_STRING = DISTRO + ' {' + BUILD + '}'