Mercurial > traipse
changeset 26:153def0822a8 ornery-orc
Traipse 'OpenRPG' {090909-01}
Traipse is a distribution of OpenRPG that is designed to be easy to setup and go. Traipse also makes it easy for developers to work on code without fear of sacrifice. 'Ornery-Orc' continues the trend of 'Grumpy' and adds fixes to the code. 'Ornery-Orc''s main goal is to offer more advanced features and enhance the productivity of the user.
Update Summary:
00 - Fixes log problem in Fog. Fixes Mini Lib loading problem. Fixes problem with whispers in Alias Lib.
01 - Left a " off the version number.
author | sirebral |
---|---|
date | Wed, 09 Sep 2009 17:01:53 -0500 |
parents | baee049045be |
children | |
files | orpg/orpg_version.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/orpg/orpg_version.py Wed Sep 09 16:59:20 2009 -0500 +++ b/orpg/orpg_version.py Wed Sep 09 17:01:53 2009 -0500 @@ -4,7 +4,7 @@ #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed) DISTRO = "Traipse" DIS_VER = "Ornery Orc" -BUILD = "090909-00 +BUILD = "090909-01" # This version is for network capability. PROTOCOL_VERSION = "1.2"