changeset 143 | 983246378569 |
parent 141 | e2fe1a22b3be |
child 145 | d6a1015fe775 |
142:8d18e62c8b66 | 143:983246378569 |
---|---|
1 VERSION = (2, 11, 8, "final", 0) |
1 VERSION = (2, 11, 9, "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(): |