Mercurial > traipse_dev
diff orpg/orpg_version.py @ 59:5aff3ef1ae46 ornery-dev
New dev branch for Ornery Orc. Adds CSS styling to chat messages. Updates
Update Manager to 0.7.1. Fixes problem with gametree and names. Adds a multi-
line text entry, grows as you type more lines; not reactive to Shift-Enter,
yet.
author | sirebral |
---|---|
date | Tue, 11 Aug 2009 17:48:30 -0500 |
parents | 27e58b0483e7 |
children | 3b2cfa13b610 |
line wrap: on
line diff
--- a/orpg/orpg_version.py Sat Aug 08 00:25:33 2009 -0500 +++ b/orpg/orpg_version.py Tue Aug 11 17:48:30 2009 -0500 @@ -3,8 +3,8 @@ #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed) DISTRO = "Traipse Dev" -DIS_VER = "Grumpy Goblin" -BUILD = "090807-02" +DIS_VER = "Ornery Orc" +BUILD = "090811-00" # This version is for network capability. PROTOCOL_VERSION = "1.2" @@ -17,4 +17,4 @@ # for the micro NEEDS_PYTHON_MAJOR = 2 NEEDS_PYTHON_MINOR = 5 -NEEDS_PYTHON_MICRO = 4 +NEEDS_PYTHON_MICRO = 2