changeset 141 | e2fe1a22b3be |
parent 139 | f37ac02b98ba |
child 143 | 983246378569 |
140:c826651e91ec | 141:e2fe1a22b3be |
---|---|
1 VERSION = (2, 11, 7, "final", 0) |
1 VERSION = (2, 11, 8, "final", 0) |
2 |
2 |
3 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) |
3 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) |
4 |
4 |
5 |
5 |
6 def get_version(): |
6 def get_version(): |