comparison orpg/orpg_version.py @ 36:683536732926 traipse_dev

Update Manager 0.4. This is lookign really really nice now. OMG!! Did you see what I did to make the repos list?? I am lost on Refresh and Delete events. q_q.
author sirebral
date Mon, 03 Aug 2009 20:50:24 -0500
parents 0b0c553d50f5
children a35f41ebd04e
comparison
equal deleted inserted replaced
35:0b0c553d50f5 36:683536732926
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 = "Grumpy Goblin" 6 DIS_VER = "Grumpy Goblin"
7 BUILD = "090803-01" 7 BUILD = "090803-02"
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 + '}'