Mercurial > traipse
comparison orpg/orpg_version.py @ 24:07ebe8916b7e ornery-orc
Traipse 'OpenRPG' {090830-00}
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:
Fix to Text node.
author | sirebral |
---|---|
date | Sun, 30 Aug 2009 18:10:15 -0500 |
parents | 8b168989c344 |
children | baee049045be |
comparison
equal
deleted
inserted
replaced
22:8b168989c344 | 24:07ebe8916b7e |
---|---|
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" | 5 DISTRO = "Traipse" |
6 DIS_VER = "Ornery Orc" | 6 DIS_VER = "Ornery Orc" |
7 BUILD = "090827-04" | 7 BUILD = "090830-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 + '}' |