Mercurial > traipse_dev
comparison orpg/orpg_version.py @ 80:51bb772c3609 ornery-dev
Update Manager nearly 100% complete. Buttons on Controls panel need to be implmented. Users can now look over the revisions for each branch / revision.
author | sirebral |
---|---|
date | Mon, 24 Aug 2009 00:56:09 -0500 |
parents | dd4be4817377 |
children | 65c212e9a5b4 |
comparison
equal
deleted
inserted
replaced
79:dd4be4817377 | 80:51bb772c3609 |
---|---|
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 = "090823-00" | 7 BUILD = "090824-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 + '}' |