Mercurial > traipse_dev
comparison orpg/orpg_version.py @ 81:65c212e9a5b4 ornery-dev
Controls panel is completed. Users cannot delete branches nicely without a Merc upgrade, so that feature will appear in Pious Paladin. Crash report is being tested on windows.
author | sirebral |
---|---|
date | Wed, 26 Aug 2009 23:24:45 -0500 |
parents | 51bb772c3609 |
children | 2fa8bd6785a5 |
comparison
equal
deleted
inserted
replaced
80:51bb772c3609 | 81:65c212e9a5b4 |
---|---|
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 = "090824-00" | 7 BUILD = "090826-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 + '}' |